You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by iv...@apache.org on 2019/02/08 15:27:17 UTC

[lucene-solr] branch branch_8x updated: LUCENE-8680: Add CHANGES.txt entry

This is an automated email from the ASF dual-hosted git repository.

ivera pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new f79c8e6  LUCENE-8680: Add CHANGES.txt entry
f79c8e6 is described below

commit f79c8e6cd5fba79ed554938fee4218501c297da1
Author: iverase <iv...@apache.org>
AuthorDate: Fri Feb 8 16:26:22 2019 +0100

    LUCENE-8680: Add CHANGES.txt entry
---
 lucene/CHANGES.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 2504d79..0e1db26 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -11,6 +11,10 @@ Improvements
 * LUCENE-8673: Use radix partitioning when merging dimensional points instead
   of sorting all dimensions before hand. (Ignacio Vera, Adrien Grand)
 
+Other
+
+* LUCENE-8680: Refactor EdgeTree#relateTriangle method. (Ignacio Vera)
+
 ======================= Lucene 8.0.0 =======================
 
 API Changes