Renamed analysis to /model and shrink() to focus()
diff --git a/Changes b/Changes
index 9f310c4..27c7e07 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-0.49.4 2015-02-05
+0.49.4 2015-02-06
- [documentation] Improved documentation for API classes,
improved test coverage for utility classes (diewald)
- [performance] Updated Lucene dependency from 4.5.1 to 4.10.3,
@@ -11,7 +11,9 @@
MatchModifyClassSpans no longer rely on payload copies (diewald)
- [cleanup] Renamed /filter to /collection,
merge KorapHTML and KorapString,
- removed KorapSpan, KorapTermSpan and KorapLongSpan (diewald)
+ removed KorapSpan, KorapTermSpan and KorapLongSpan,
+ renamed /analysis to /model,
+ renamed shrink() to focus() (diewald)
0.49.3 2015-02-03
- [documentation] Improved documentation for API classes (diewald)