diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 89116a8f0b5..e8b897364ab 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-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