Move changes entry before backporting

This commit is contained in:
Uwe Schindler 2023-10-15 19:36:39 +02:00
parent 2b105f732e
commit f64bb19697
1 changed files with 3 additions and 2 deletions

View File

@ -82,8 +82,6 @@ Improvements
* GITHUB#12447: Hunspell: speed up the dictionary enumeration on suggestion (Peter Gromov)
* GITHUB#12681: Speed up panama vector support and test improvements. (Uwe Schindler, Robert Muir)
Optimizations
---------------------
@ -173,6 +171,9 @@ Improvements
* GITHUB#12677: Better detect vector module in non-default setups (e.g., custom module layers).
(Uwe Schindler)
* GITHUB#12634, GITHUB#12632, GITHUB#12680, GITHUB#12681: Speed up Panama vector support
and test improvements. (Uwe Schindler, Robert Muir)
Optimizations
---------------------
* GITHUB#12183: Make TermStates#build concurrent. (Shubham Chaudhary)