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

[lucene-solr] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


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

commit 56007af4a45b1ac64cd34ced07126fff9e7f490b
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 4a21f6a..84e9683 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -22,6 +22,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