LUCENE-8065: Update CHANGES.txt

This commit is contained in:
Karl Wright 2017-11-24 10:42:12 -05:00
parent a65301de7c
commit a9d2a0826d
1 changed files with 3 additions and 0 deletions

View File

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