diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 203864350d1..6fafbf227f9 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -74,9 +74,6 @@ API Changes IndexOutput.getName returns its name (Dawid Weiss, Robert Muir, Mike McCandless) -* LUCENE-6855: CachingWrapperQuery is deprecated and will be removed in 6.0. - (Adrien Grand) - Changes in Runtime Behavior * LUCENE-6789: IndexSearcher's default Similarity is changed to BM25Similarity. @@ -135,6 +132,9 @@ API Changes * LUCENE-6939: SpanOrQuery.addClause is now deprecated, clauses should all be provided at construction time. (Paul Elschot via Adrien Grand) +* LUCENE-6855: CachingWrapperQuery is deprecated and will be removed in 6.0. + (Adrien Grand) + Optimizations * LUCENE-6708: TopFieldCollector does not compute the score several times on the