You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2022/07/27 14:20:59 UTC

[lucene] 02/02: LUCENE-10661: Move CHANGES entry to 9.4.

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

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

commit e1a91aef51ac8fd55c7f4cb26ae471b53d4879da
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Wed Jul 27 16:20:20 2022 +0200

    LUCENE-10661: Move CHANGES entry to 9.4.
---
 lucene/CHANGES.txt | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index b6d41c3448b..3c5f21a966c 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -19,7 +19,8 @@ Improvements
 
 Optimizations
 ---------------------
-(No changes)
+
+* LUCENE-10661: Reduce memory copy in BytesStore. (luyuncheng)
 
 Bug Fixes
 ---------------------
@@ -93,8 +94,6 @@ Optimizations
 
 * LUCENE-10653: BlockMaxMaxscoreScorer uses heapify instead of individual adds. (Greg Miller)
 
-* LUCENE-10661: Reduce memory copy in BytesStore. (luyuncheng)
-
 Changes in runtime behavior
 ---------------------