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:32:44 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 047672bbe -> 7d4c444e9


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/7d4c444e
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/7d4c444e
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/7d4c444e

Branch: refs/heads/branch_7x
Commit: 7d4c444e9dc4137e3c5ee75b24769a2cddfe52e7
Parents: 047672b
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:32:35 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/7d4c444e/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index e28e9d8..551b87d 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -55,6 +55,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)