Move 10.0.1 changelog entries to 10.1.0 section

This commit is contained in:
Luca Cavanna 2024-12-20 23:07:27 +01:00
parent 50932eda5b
commit 8c7050b428
1 changed files with 3 additions and 10 deletions

View File

@ -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