diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index df6723e90dd..5ab1f904154 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -143,6 +143,9 @@ New Features API Changes +* LUCENE-6997: refactor sandboxed GeoPointField and query classes to lucene-spatial + module (Nick Knize) + * LUCENE-6908: GeoUtils static relational methods have been refactored to new GeoRelationUtils and now correctly handle large irregular rectangles, and pole crossing distance queries. (Nick Knize)