From f46f5de0c0b2089d54e89092fc50af49be6279ce Mon Sep 17 00:00:00 2001 From: zhouhui Date: Fri, 13 Sep 2024 11:06:10 +0800 Subject: [PATCH] Add changes entry. --- lucene/CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index aa00fbfbfaa..a9dbdc4d150 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -292,6 +292,8 @@ 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)