From 3e4aaafe9f3aa99e5e24d5b689c610ce92931389 Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Fri, 23 May 2014 20:58:12 +0000 Subject: [PATCH] LUCENE-5701: This is a 4.9 change. git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597181 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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