diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 88dfde8bcbc..02122d3cd0f 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -1050,7 +1050,15 @@ Other Bug Fixes --------------------- -(No changes) +* LUCENE-10564: Make sure SparseFixedBitSet#or updates ramBytesUsed. (Julie Tibshirani) + +* LUCENE-10477: Highlighter: WeightedSpanTermExtractor.extractWeightedSpanTerms to Query#rewrite + multiple times if necessary. (Christine Poerschke, Adrien Grand) + +Optimizations +--------------------- + +* LUCENE-10481: FacetsCollector will not request scores if it does not use them. (Mike Drob) ======================= Lucene 8.11.1 =======================