You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gu...@apache.org on 2022/10/24 14:39:28 UTC

[lucene] branch main updated: Move LUCENE-10376 CHANGES entry to 10.0.0 (#11871)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new b1d1e488f2c Move LUCENE-10376 CHANGES entry to 10.0.0 (#11871)
b1d1e488f2c is described below

commit b1d1e488f2c126cef5067b3ffddb5dcb5db633aa
Author: gf2121 <52...@users.noreply.github.com>
AuthorDate: Mon Oct 24 22:39:21 2022 +0800

    Move LUCENE-10376 CHANGES entry to 10.0.0 (#11871)
---
 lucene/CHANGES.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index fef1f32fe0e..362bddd3ad5 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -73,6 +73,9 @@ Bug Fixes
 
 Other
 ---------------------
+
+* LUCENE-10376: Roll up the loop in VInt/VLong in DataInput. (Guo Feng)
+
 * LUCENE-10283: The minimum required Java version was bumped from 11 to 17.
   (Adrien Grand, Uwe Schindler, Dawid Weiss, Robert Muir)
 
@@ -796,8 +799,6 @@ Bug Fixes
 Other
 ---------------------
 
-* LUCENE-10376: Roll up the loop in VInt/VLong in DataInput. (Guo Feng)
-
 * LUCENE-10273: Deprecate SpanishMinimalStemFilter in favor of SpanishPluralStemFilter. (Robert Muir)
 
 * LUCENE-10284: Upgrade morfologik-stemming to 2.1.8. (Dawid Weiss)