diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 314b51ec038..ef389b3e926 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -38,10 +38,6 @@ New Features * SOLR-3359: Added analyzer attribute/property to SynonymFilterFactory. (Ryo Onodera via Koji Sekiguchi) -* LUCENE-5180: ShingleFilter now creates shingles with trailing holes, - for example if a StopFilter had removed the last token. (Mike - McCandless) - Optimizations * LUCENE-4848: Use Java 7 NIO2-FileChannel instead of RandomAccessFile @@ -66,6 +62,10 @@ New Features with script-like syntax. (Jack Conradson, Ryan Ernst, Uwe Schindler via Robert Muir) +* LUCENE-5180: ShingleFilter now creates shingles with trailing holes, + for example if a StopFilter had removed the last token. (Mike + McCandless) + Bug Fixes * LUCENE-4998: Fixed a few places to pass IOContext.READONCE instead