#12847: move CHANGES.txt entry to 9.9.0 to match backport

This commit is contained in:
Mike McCandless 2023-11-29 06:34:24 -05:00
parent bbf56f9419
commit 6ba38c13eb
1 changed files with 2 additions and 2 deletions

View File

@ -89,8 +89,6 @@ Improvements
* GITHUB#12447: Hunspell: speed up the dictionary enumeration on suggestion (Peter Gromov)
* GITHUB#12847: Test2BFST now reports the time it took to build the FST and the real FST size (Anh Dung Bui)
Optimizations
---------------------
@ -253,6 +251,8 @@ Improvements
* GITHUB#12738: NodeHash now stores the FST nodes data instead of just node addresses (Anh Dung Bui)
* GITHUB#12847: Test2BFST now reports the time it took to build the FST and the real FST size (Anh Dung Bui)
Optimizations
---------------------
* GITHUB#12183: Make TermStates#build concurrent. (Shubham Chaudhary)