Move changes entry to 8.4

This commit is contained in:
iverase 2019-12-19 08:47:07 +01:00
parent 868e41bc99
commit b1c6d7c0c3
1 changed files with 4 additions and 3 deletions

View File

@ -89,9 +89,7 @@ Optimizations
Bug Fixes
---------------------
* LUCENE-9055: Fix the detection of lines crossing triangles through edge points.
(Ignacio Vera)
(No changes)
Other
---------------------
@ -173,6 +171,9 @@ Bug Fixes
* LUCENE-8996: maxScore was sometimes missing from distributed grouped responses.
(Julien Massenet, Diego Ceccarelli, Munendra S N, Christine Poerschke)
* LUCENE-9055: Fix the detection of lines crossing triangles through edge points.
(Ignacio Vera)
Other
* LUCENE-8979: Code Cleanup: Use entryset for map iteration wherever possible. - Part 2 (Koen De Groote)