Move changes entry to 8.4

This commit is contained in:
iverase 2019-12-19 08:47:07 +01:00
parent 741593f57b
commit 36fbba43b8

View File

@ -23,9 +23,7 @@ Optimizations
Bug Fixes
---------------------
* LUCENE-9055: Fix the detection of lines crossing triangles through edge points.
(Ignacio Vera)
(No changes)
Other
---------------------
@ -107,6 +105,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)