diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index a9dbdc4d150..d188d398cd7 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -292,8 +292,6 @@ Build API Changes --------------------- -* GITHUB#13782: Replace handwritten loops compare with Arrays.compareUnsigned in IDVersionSegmentTermsEnum and OrdsSegmentTermsEnum. (zhouhui) - * GITHUB#13469: Expose FlatVectorsFormat as a first-class format; can be configured using a custom Codec. (Michael Sokolov) * GITHUB#13612: Hunspell: add Suggester#proceedPastRep to avoid losing relevant suggestions. (Peter Gromov) @@ -365,6 +363,8 @@ Improvements Optimizations --------------------- +* GITHUB#13782: Replace handwritten loops compare with Arrays.compareUnsigned in IDVersionSegmentTermsEnum and OrdsSegmentTermsEnum. (zhouhui) + * GITHUB#13439: Avoid unnecessary memory allocation in PackedLongValues#Iterator. (Zhang Chao) * GITHUB##13425: Rewrite SortedNumericDocValuesRangeQuery to MatchNoDocsQuery when the upper bound is smaller than the