Add changes entry.

This commit is contained in:
zhouhui 2024-09-13 11:06:10 +08:00
parent 6149b5d94b
commit f46f5de0c0
1 changed files with 2 additions and 0 deletions

View File

@ -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)