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/12/19 07:47:20 UTC

[lucene-solr] branch master updated: Move changes entry to 8.4

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 b1c6d7c  Move changes entry to 8.4
b1c6d7c is described below

commit b1c6d7c0c3e1ccaa7457004089f4b9ab9f72abf7
Author: iverase <iv...@apache.org>
AuthorDate: Thu Dec 19 08:47:07 2019 +0100

    Move changes entry to 8.4
---
 lucene/CHANGES.txt | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 89c6146..ce5cc59 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -89,9 +89,7 @@ Optimizations
 
 Bug Fixes
 ---------------------
-
-* LUCENE-9055: Fix the detection of lines crossing triangles through edge points.
-  (Ignacio Vera)
+(No changes)
 
 Other
 ---------------------
@@ -173,6 +171,9 @@ Bug Fixes
 * LUCENE-8996: maxScore was sometimes missing from distributed grouped responses.
   (Julien Massenet, Diego Ceccarelli, Munendra S N, Christine Poerschke)
 
+* LUCENE-9055: Fix the detection of lines crossing triangles through edge points.
+  (Ignacio Vera)
+
 Other
 
 * LUCENE-8979: Code Cleanup: Use entryset for map iteration wherever possible. - Part 2 (Koen De Groote)