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 2017/12/03 09:33:29 UTC

lucene-solr:master: LUCENE-8076: Modify CHANGES.txt

Repository: lucene-solr
Updated Branches:
  refs/heads/master 42682543e -> ae9cc726a


LUCENE-8076: Modify CHANGES.txt


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

Branch: refs/heads/master
Commit: ae9cc726a41d70c0b41b89e9fdcc11322cbe4599
Parents: 4268254
Author: Karl Wright <Da...@gmail.com>
Authored: Sun Dec 3 04:32:35 2017 -0500
Committer: Karl Wright <Da...@gmail.com>
Committed: Sun Dec 3 04:33:19 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ae9cc726/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 5943185..10a6351 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -94,6 +94,9 @@ New Features
 
 Bug Fixes
 
+* LUCENE-8076: Normalize Vincenti distance calculation for planet models that aren't normalized.
+  (Ignacio Vera)
+
 * LUCENE-8057: Exact circle bounds computation was incorrect.
   (Ignacio Vera)