diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 694143586d3..23fec59dec7 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -7,7 +7,6 @@ http://s.apache.org/luceneversions API Changes --------------------- -* GITHUB#13845: Add missing with-discountOverlaps Similarity constructor variants. (Pierre Salagnac, Christine Poerschke, Robert Muir) New Features --------------------- @@ -159,6 +158,8 @@ API Changes unifies Byte/FloatVectorValues incorporating RandomAccess* API and introduces DocIndexIterator for iterative access in place of direct inheritance from DISI. (Michael Sokolov) +* GITHUB#13845: Add missing with-discountOverlaps Similarity constructor variants. (Pierre Salagnac, Christine Poerschke, Robert Muir) + New Features ---------------------