From 5b0e8d1d41979137f19bf2b78706467177a602aa Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Tue, 28 Jul 2015 10:07:58 +0000 Subject: [PATCH] LUCENE-6531: backported to 5.3. git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693060 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 5f0d88f4158..c4c56879a9e 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -32,9 +32,6 @@ API Changes * LUCENE-6067: Accountable.getChildResources has a default implementation returning the empty list. (Robert Muir) -* LUCENE-6531: PhraseQuery is now immutable and can be built using the - PhraseQuery.Builder class. (Adrien Grand) - * LUCENE-6570: BooleanQuery is now immutable and can be built using the BooleanQuery.Builder class. (Adrien Grand) @@ -212,6 +209,9 @@ API Changes * LUCENE-6607: Factor out geo3d into its own spatial3d module. (Karl Wright, Nick Knize, David Smiley, Mike McCandless) +* LUCENE-6531: PhraseQuery is now immutable and can be built using the + PhraseQuery.Builder class. (Adrien Grand) + Bug fixes * LUCENE-6500: ParallelCompositeReader did not always call