You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2015/07/29 09:07:31 UTC

svn commit: r1693189 - /lucene/dev/trunk/lucene/CHANGES.txt

Author: jpountz
Date: Wed Jul 29 07:07:30 2015
New Revision: 1693189

URL: http://svn.apache.org/r1693189
Log:
LUCENE-6570: Move changes entry as the change was backported to 5.3.

Modified:
    lucene/dev/trunk/lucene/CHANGES.txt

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1693189&r1=1693188&r2=1693189&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Wed Jul 29 07:07:30 2015
@@ -32,9 +32,6 @@ API Changes
 * LUCENE-6067: Accountable.getChildResources has a default
   implementation returning the empty list.  (Robert Muir)
 
-* LUCENE-6570: BooleanQuery is now immutable and can be built using the
-  BooleanQuery.Builder class. (Adrien Grand)
-
 * LUCENE-6583: FilteredQuery has been removed. Instead, you can construct a
   BooleanQuery with one MUST clause for the query, and one FILTER clause for
   the filter. (Adrien Grand)
@@ -212,6 +209,9 @@ API Changes
 * 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)
+
 Bug fixes
 
 * LUCENE-6500: ParallelCompositeReader did not always call