diff --git a/CHANGELOG b/CHANGELOG index da20b97f7c..d450717144 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,15 @@ +Version 3.5.0-preview7 +====================== + +Changelog is also available on GitHub: +https://github.com/korpling/ANNIS/milestone/57?closed=1 + +[Fixed Bugs] + #576 GridExporter fails for texts with "," in name + +[Enhancements] + #583 Allow to configure the web server port on the command line for the Kickstarter + Version 3.5.0-preview6 ====================== diff --git a/Misc/changelog.py b/Misc/changelog.py index aa8f8c419d..21589a2527 100755 --- a/Misc/changelog.py +++ b/Misc/changelog.py @@ -4,7 +4,7 @@ import io from subprocess import call -milestone_id = "56" +milestone_id = "57" import http.client