LUCENE-8214: Update CHANGES.txt

This commit is contained in:
Karl Wright 2018-03-19 16:42:15 -04:00
parent 8bd7e5c9d2
commit 9b4b7c6bbe
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@ Changes in Runtime Behavior
Improvements
* LUCENE-8214: Improve selection of testPoint for GeoComplexPolygon.
(Ignacio Vera)
* LUCENE-7997: Add BaseSimilarityTestCase to sanity check similarities.
SimilarityBase switches to 64-bit doubles internally to help avoid common numeric issues.
Add missing range checks for similarity parameters.