adjust changelog for #14027

This commit is contained in:
Luca Cavanna 2024-12-02 10:33:17 +01:00
parent c8018b220d
commit 4783c05cc7
1 changed files with 2 additions and 2 deletions

View File

@ -106,8 +106,6 @@ Bug Fixes
* GITHUB#13990: Added filter to the toString() method of Knn[Float|Byte]VectorQuery
and DiversifyingChildren[Float|Byte]KnnVectorQuery. (Viswanath Kuchibhotla)
* GITHUB#14027: Make SegmentInfos#readCommit(Directory, String, int) public
Build
---------------------
@ -125,6 +123,8 @@ 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