Moved changes entry to 9.12 (with the possibility of backporting to 9.11.1) #13315

This commit is contained in:
Dawid Weiss 2024-06-20 16:41:11 +02:00
parent d453832bb8
commit 2529075d48
1 changed files with 3 additions and 3 deletions

View File

@ -179,9 +179,6 @@ Bug Fixes
* GITHUB#12878: Fix the declared Exceptions of Expression#evaluate() to match those * GITHUB#12878: Fix the declared Exceptions of Expression#evaluate() to match those
of DoubleValues#doubleValue(). (Uwe Schindler) of DoubleValues#doubleValue(). (Uwe Schindler)
* GITHUB#12431: Fix IndexOutOfBoundsException thrown in DefaultPassageFormatter
by unordered matches. (Stephane Campinas)
Changes in Runtime Behavior Changes in Runtime Behavior
--------------------- ---------------------
@ -286,6 +283,9 @@ Bug Fixes
* GITHUB#13463: Address bug in MultiLeafKnnCollector causing #minCompetitiveSimilarity to stay artificially low in * GITHUB#13463: Address bug in MultiLeafKnnCollector causing #minCompetitiveSimilarity to stay artificially low in
some corner cases. (Greg Miller) some corner cases. (Greg Miller)
* GITHUB#12431: Fix IndexOutOfBoundsException thrown in DefaultPassageFormatter
by unordered matches. (Stephane Campinas)
Other Other
-------------------- --------------------
(No changes) (No changes)