From 346f4ff7d2602c832b2d7b673deb460f9e90a384 Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Fri, 29 Dec 2023 13:08:49 +0100 Subject: [PATCH] Move changes entry to 9.10 (#12841) --- lucene/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index dd3cc38d2d3d..29f0bba34494 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -120,8 +120,6 @@ Optimizations * GITHUB#12552: Make FSTPostingsFormat load FSTs off-heap. (Tony X) -* GITHUB#12841: Move group-varint encoding/decoding logic to DataOutput/DataInput. (Adrien Grand, Zhang Chao, Uwe Schindler) - Bug Fixes --------------------- @@ -197,6 +195,8 @@ Optimizations * GITHUB#12839: Introduce method to grow arrays up to a given upper limit and use it to reduce overallocation for DirectoryTaxonomyReader#getBulkOrdinals. (Stefan Vodita) +* GITHUB#12841: Move group-varint encoding/decoding logic to DataOutput/DataInput. (Adrien Grand, Zhang Chao, Uwe Schindler) + Bug Fixes --------------------- * GITHUB#12866: Prevent extra similarity computation for single-level HNSW graphs. (Kaival Parikh)