diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index fdd681fb6cb..5ad98f3219f 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -130,6 +130,8 @@ Improvements * LUCENE-8793: Luke enhanced UI for CustomAnalyzer: show detailed analysis steps. (Jun Ohtani via Tomoko Uchida) +* LUCENE-8855: Add Accountable to some Query implementations (ab, Adrien Grand) + Optimizations * LUCENE-8796: Use exponential search instead of binary search in @@ -166,12 +168,6 @@ Other * LUCENE-8886: Fix TestMutablePointsReaderUtils tests. (Ignacio Vera) -======================= Lucene 8.1.2 ======================= - -Improvements - -* LUCENE-8855: Add Accountable to some Query implementations (ab, Adrien Grand) - ======================= Lucene 8.1.1 ======================= (No Changes)