diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index b94534007fa..db102c52562 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -67,9 +67,6 @@ API Changes * GITHUB#12735: Remove FSTCompiler#getTermCount() and FSTCompiler.UnCompiledNode#inputCount (Anh Dung Bui) -* GITHUB#12180: Add TaxonomyReader#getBulkOrdinals method to more efficiently retrieve facet ordinals for multiple - FacetLabel at once. (Egor Potemkin) - New Features --------------------- @@ -167,6 +164,9 @@ API Changes Collection. They also now explicitly throw IllegalArgumentException if input data is not properly sorted instead of relying on assert. (Shubham Chaudhary) +* GITHUB#12180: Add TaxonomyReader#getBulkOrdinals method to more efficiently retrieve facet ordinals for multiple + FacetLabel at once. (Egor Potemkin) + New Features ---------------------