From 8c7050b4280866f13381a3b18f02a1d668fb8b0c Mon Sep 17 00:00:00 2001 From: Luca Cavanna Date: Fri, 20 Dec 2024 23:07:27 +0100 Subject: [PATCH] Move 10.0.1 changelog entries to 10.1.0 section --- lucene/CHANGES.txt | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 99347d8984c..6b01271c46b 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -182,6 +182,9 @@ Bug Fixes * GITHUB#13990: Added filter to the toString() method of Knn[Float|Byte]VectorQuery and DiversifyingChildren[Float|Byte]KnnVectorQuery. (Viswanath Kuchibhotla) * GITHUB#13819: Prevent flattening of ordered and unordered interval sources (Jim Ferenczi) +* GITHUB#14008: Counts provided by taxonomy facets in addition to another aggregation are now returned together with + their corresponding ordinals. (Paul King) +* GITHUB#14027: Make SegmentInfos#readCommit(Directory, String, int) public (Luca Cavanna) Build --------------------- @@ -192,16 +195,6 @@ Other --------------------- * GITHUB#13982: Remove duplicate test code. (Lu Xugang) -======================== Lucene 10.0.1 ======================= - -Bug Fixes ---------------------- - -* GITHUB#14008: Counts provided by taxonomy facets in addition to another aggregation are now returned together with - their corresponding ordinals. (Paul King) - -* GITHUB#14027: Make SegmentInfos#readCommit(Directory, String, int) public (Luca Cavanna) - ======================= Lucene 10.0.0 ======================= API Changes