diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 6cf00a2d40d..22e10224d3e 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -123,6 +123,9 @@ New Features * LUCENE-5304: SingletonSortedSetDocValues can now return the wrapped SortedDocValues (Robert Muir, Adrien Grand) +* LUCENE-2844: The benchmark module can now test the spatial module. See + spatial.alg (David Smiley, Liviy Ambrose) + Bug Fixes * LUCENE-4998: Fixed a few places to pass IOContext.READONCE instead