You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2022/11/11 16:40:46 UTC

[lucene] branch branch_9_4 updated: fix merge problem in CHANGES.txt

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

uschindler pushed a commit to branch branch_9_4
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/branch_9_4 by this push:
     new 8fc62ece377 fix merge problem in CHANGES.txt
8fc62ece377 is described below

commit 8fc62ece377971fa405894a1f9a39436397cce26
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Fri Nov 11 17:36:08 2022 +0100

    fix merge problem in CHANGES.txt
---
 lucene/CHANGES.txt | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index df3286fe2b0..1154c5d4154 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -5,10 +5,6 @@ http://s.apache.org/luceneversions
 
 ======================== Lucene 9.4.2 =======================
 
-Improvements
----------------------
-* GITHUB#11916: improve checkindex to be more thorough for vectors. (Ben Trent)
-
 Bug Fixes
 ---------------------
 * GITHUB#11905: Fix integer overflow when seeking the vector index for connections in a single segment.
@@ -22,6 +18,8 @@ Improvements
   to the exception message. Allows better debugging and analysis of bugs like GITHUB#11905.
   (Uwe Schindler, Robert Muir)
 
+* GITHUB#11916: improve checkindex to be more thorough for vectors. (Ben Trent)
+
 ======================== Lucene 9.4.1 =======================
 
 Bug Fixes