LUCENE-8066: Update CHANGES.txt

This commit is contained in:
Karl Wright 2017-11-25 13:33:03 -05:00
parent e3d78ef13e
commit 360902e32d
1 changed files with 2 additions and 2 deletions

View File

@ -224,8 +224,8 @@ Optimizations
Bug Fixes
* LUCENE-8065: It was still possible to construct a concave GeoExactCircle, so add
a check to prevent that. (Karl Wright)
* LUCENE-8066: It was still possible to construct a concave GeoExactCircle, so use
a sector approach to prevent that. (Ignacio Vera)
* LUCENE-7967: The GeoDegeneratePoint isWithin() method needed allowance for
numerical precision. (Karl Wright)