Move change entry for #12569 from 9.8 to 9.9

This commit is contained in:
Luca Cavanna 2023-09-20 12:21:47 +02:00
parent 937ebd4296
commit 24207096c0
1 changed files with 6 additions and 3 deletions

View File

@ -145,6 +145,12 @@ Optimizations
---------------------
(No changes)
Changes in runtime behavior
---------------------
* GITHUB#12569: Prevent concurrent tasks from parallelizing execution further which could cause deadlock
(Luca Cavanna)
Bug Fixes
---------------------
(No changes)
@ -239,9 +245,6 @@ Changes in runtime behavior
* GITHUB#12515: Offload sequential search execution to the executor that's optionally provided to the IndexSearcher
(Luca Cavanna)
* GITHUB#12569: Prevent concurrent tasks from parallelizing execution further which could cause deadlock
(Luca Cavanna)
Bug Fixes
---------------------