diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 3b8d4eb5143..974197f7551 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -112,6 +112,9 @@ Bug Fixes * LUCENE-10287: Fix Luke startup script to add jdk.unsupported module so MMapDirectory is used when opening indexes. (Uwe Schindler) + +* LUCENE-10236: Stop duplicating norms when scoring in CombinedFieldQuery. + (Zach Chen, Jim Ferenczi, Julie Tibshirani) Other ---------------------