LUCENE-8649: Add missing entry in CHANGES.txt

This commit is contained in:
iverase 2019-01-23 08:35:50 +01:00
parent ea06ecf6b3
commit 8cb89df722
1 changed files with 3 additions and 0 deletions

View File

@ -277,6 +277,9 @@ Bug fixes:
* LUCENE-8639: Newly created threadstates while flushing / refreshing can cause duplicated
sequence IDs on IndexWriter. (Simon Willnauer)
* LUCENE-8649: LatLonShape's within and disjoint queries can return false positives with
indexed multi-shapes. (Ignacio Vera)
* LUCENE-8654: Polygon2D#relateTriangle returns the wrong answer if polygon is inside
the triangle. (Ignacio Vera)