From c79d44f82814d6d798450a422f73f42891cb1ef5 Mon Sep 17 00:00:00 2001 From: Mike McCandless Date: Thu, 15 Sep 2016 15:47:04 -0400 Subject: [PATCH] LUCENE-7439: move CHANGES entry --- lucene/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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