diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 11d1f30f67e..33235a6b24d 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -46,7 +46,6 @@ Optimizations * LUCENE-8040: Optimize IndexSearcher.collectionStatistics, avoiding MultiFields/MultiTerms (David Smiley, Robert Muir) - ======================= Lucene 7.2.0 ======================= API Changes @@ -78,6 +77,10 @@ New Features Bug Fixes +* LUCENE-8054: Fix the exact circle case where relationships fail when the + planet model has c <= ab, because the planes are constructed incorrectly. + (Ignacio Vera) + * LUCENE-7991: KNearestNeighborDocumentClassifier.knnSearch no longer applies a previous boosted field's factor to subsequent unboosted fields. (Christine Poerschke)