From 11e7fe66182690ce518c85c50ffa4094366f3299 Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Tue, 19 Jul 2022 09:39:18 +0200 Subject: [PATCH] LUCENE-10657: Move CHANGES entry to 9.3. --- lucene/CHANGES.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 000a3e2d032..57e38d2b1ce 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -54,8 +54,7 @@ Improvements Optimizations --------------------- - -* LUCENE-10657: CopyBytes now saves one memory copy on ByteBuffersDataOutput. (luyuncheng) +(No changes) Bug Fixes --------------------- @@ -137,6 +136,8 @@ Optimizations * GITHUB#1010: Specialize ordinal encoding for common case in SortedSetDocValues. (Greg Miller) +* LUCENE-10657: CopyBytes now saves one memory copy on ByteBuffersDataOutput. (luyuncheng) + Changes in runtime behavior ---------------------