diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 6102ea41836..20dee0cc68e 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -22,9 +22,6 @@ Bug Fixes Improvements -* LUCENE-7439: FuzzyQuery now matches all terms within the specified - edit distance, even if they are short terms (Mike McCandless) - Optimizations * LUCENE-7416: BooleanQuery optimizes queries that have queries that occur both @@ -66,6 +63,9 @@ Bug Fixes Improvements +* LUCENE-7439: FuzzyQuery now matches all terms within the specified + edit distance, even if they are short terms (Mike McCandless) + Optimizations Other