Fixed skipTo in NextSpans.
Change-Id: I526a2a3a2720d680bc61e6b2939a61246f918012
diff --git a/Changes b/Changes
index 56cf451..e6c2849 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-0.58.1 2018-11-02
+0.58.1 2018-11-12
- [bugfix] Security upgrade of Jackson for CVE-2017-17485 and
CVE-2018-7489 (diewald)
- [bugfix] Span expansion with negation (margaretha)
@@ -7,6 +7,8 @@
- [feature] Helper methods for fuzzing (diewald)
- [bugfix] Remove entries from matchList that are not in the same
document in NextSpans (diewald)
+ - [bugfix] Fixed skipTo in NextSpans, see de.ids_mannheim.korap.index.
+ TestRepetitionIndex.testRepetitionSnippetBug3() (margaretha)
0.58.0 2018-09-03
- [feature] Implemented referencing cached collection (margaretha)