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:48:10 UTC

[lucene-solr] branch branch_8x 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 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 36fbba4  Move changes entry to 8.4
36fbba4 is described below

commit 36fbba43b8301799e403ad1f31e8feae0a1e0b03
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 0af2c6f..659ed29 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -23,9 +23,7 @@ Optimizations
 
 Bug Fixes
 ---------------------
-
-* LUCENE-9055: Fix the detection of lines crossing triangles through edge points.
-  (Ignacio Vera)
+(No changes)
 
 Other
 ---------------------
@@ -107,6 +105,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)