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