You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2016/09/15 19:47:15 UTC

lucene-solr:master: LUCENE-7439: move CHANGES entry

Repository: lucene-solr
Updated Branches:
  refs/heads/master c7fb49d7b -> c79d44f82


LUCENE-7439: move CHANGES entry


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/c79d44f8
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/c79d44f8
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/c79d44f8

Branch: refs/heads/master
Commit: c79d44f82814d6d798450a422f73f42891cb1ef5
Parents: c7fb49d
Author: Mike McCandless <mi...@apache.org>
Authored: Thu Sep 15 15:47:04 2016 -0400
Committer: Mike McCandless <mi...@apache.org>
Committed: Thu Sep 15 15:47:04 2016 -0400

----------------------------------------------------------------------
 lucene/CHANGES.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/c79d44f8/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 6102ea4..20dee0c 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