We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7146b commit 4bc1a96Copy full SHA for 4bc1a96
CHANGELOG
@@ -1,3 +1,16 @@
1
+Version 3.5.0-preview4
2
+======================
3
+
4
+Changelog is also available on GitHub:
5
+https://github.com/korpling/ANNIS/milestone/54?closed=1
6
7
+[Fixed Bugs]
8
+ #561 Fix initial corpus set selection when pre-selected corpus is not visible
9
+ #555 Code mirror keybindings interfere with some keyboard layouts
10
11
+[Enhancements]
12
+ #562 Add benchmark modes to perform different kind of benchmarks
13
14
Version 3.5.0-preview3
15
======================
16
Misc/changelog.py
@@ -4,7 +4,7 @@
import io
from subprocess import call
-milestone_id = "53"
+milestone_id = "54"
import http.client
0 commit comments