You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by kw...@apache.org on 2018/03/19 20:47:23 UTC

lucene-solr:master: LUCENE-8214: Move message to a different place

Repository: lucene-solr
Updated Branches:
  refs/heads/master 9b4b7c6bb -> a83241184


LUCENE-8214: Move message to a different place


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

Branch: refs/heads/master
Commit: a83241184474924b63a2d21aff2cf198b907ad45
Parents: 9b4b7c6
Author: Karl Wright <Da...@gmail.com>
Authored: Mon Mar 19 16:47:15 2018 -0400
Committer: Karl Wright <Da...@gmail.com>
Committed: Mon Mar 19 16:47:15 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a8324118/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index daa9c0e..2769098 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -63,9 +63,6 @@ Changes in Runtime Behavior
 
 Improvements
 
-* LUCENE-8214: Improve selection of testPoint for GeoComplexPolygon.
-  (Ignacio Vera)
-  
 * LUCENE-7997: Add BaseSimilarityTestCase to sanity check similarities.
   SimilarityBase switches to 64-bit doubles internally to help avoid common numeric issues.
   Add missing range checks for similarity parameters.
@@ -108,6 +105,9 @@ New Features
 
 Other
 
+* LUCENE-8214: Improve selection of testPoint for GeoComplexPolygon.
+  (Ignacio Vera)
+  
 * SOLR-10912: Add automatic patch validation. (Mano Kovacs, Steve Rowe)
 
 ======================= Lucene 7.3.0 =======================