diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 647039c85d7..84494cfd39a 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -86,9 +86,6 @@ API Changes removed, because buffering and checksumming is provided by FilterOutputStreams, provided by the JDK. (Uwe Schindler, Mike McCandless) -* LUCENE-5701: Core closed listeners are now available in the AtomicReader API, - they used to sit only in SegmentReader. (Adrien Grand, Robert Muir) - Documentation * LUCENE-5392: Add/improve analysis package documentation to reflect @@ -165,6 +162,9 @@ API Changes IndexWriter.deleteDocuments(Query) with their varargs counterparts. (Shai Erera) +* LUCENE-5701: Core closed listeners are now available in the AtomicReader API, + they used to sit only in SegmentReader. (Adrien Grand, Robert Muir) + Optimizations * LUCENE-5603: hunspell stemmer more efficiently strips prefixes