LUCENE-8057: Update CHANGES.txt

This commit is contained in:
Karl Wright 2017-11-22 11:11:21 -05:00
parent 26cbf520d5
commit e33e78c168
1 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,9 @@ New Features
Bug Fixes
* LUCENE-8057: Exact circle bounds computation was incorrect.
(Ignacio Vera)
* LUCENE-8056: Exact circle segment bounding suffered from precision errors.
(Karl Wright)