diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 53619447b8f..5de89b725e5 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -19,8 +19,7 @@ New Features Improvements --------------------- - -* LUCENE-10346: Optimize facet counting for single-valued TaxonomyFacetCounts. (Guo Feng) +(No changes) Optimizations --------------------- @@ -137,6 +136,8 @@ Optimizations asked to -- typically never. This fixes a performance regression since 7.3 LUCENE-8099 when some older boosting queries were replaced with this. (David Smiley) +* LUCENE-10346: Optimize facet counting for single-valued TaxonomyFacetCounts. (Guo Feng) + Bug Fixes ---------------------