Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskrause committed Jul 9, 2014
1 parent 62ffdc7 commit 166cc52
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Version 3.1.7
=============

We would like to give special thanks to Adriane Boyd and Lari Lampen for providing the bug fixes for the issues #332 and #336.

Changelog is also available on GitHub:
https://github.com/korpling/annis/issues?milestone=17&state=closed

[Bugs]
#340 fixed bug in CorefVisualizer. The annotation name is now displayed
#336 Existence of directory is not checked when saving corpus properties
#332 document browser needs long time to load when there is a larger number of metadata

Version 3.1.6
=============
Changelog is also available on GitHub:
Expand Down
2 changes: 1 addition & 1 deletion Misc/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import io
from subprocess import call

milestone_id = "16"
milestone_id = "17"

call(["curl", "-H", "Accept: application/vnd.github.beta.full+json", "-o", "issues.json", "https://api.github.com/repos/korpling/ANNIS/issues?state=closed&milestone=" + milestone_id + "&sort=created"])

Expand Down
3 changes: 2 additions & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
ANNIS Corpus Search Tool

Copyright 2009-2012 Collaborative Research Centre SFB 632
Copyright 2009-2014 Collaborative Research Centre SFB 632

special thanks
==============

We want to thank the following people for their work on ANNIS
* Adriane Boyd and Lari Lampen for providing bug fixes
* Kim Gerdes from the Arborator/Vākyārtha project for providing
the javascript library for rendering of pointing relation based dependencies
* the PROIEL project (University in Oslo) and Dag Haug for their support and
Expand Down

0 comments on commit 166cc52

Please sign in to comment.