LUCENE-8190: Add entry in CHANGES.txt

This commit is contained in:
Ignacio Vera 2018-03-05 11:59:56 +01:00
parent 52d5fcbadb
commit d789516836
1 changed files with 4 additions and 0 deletions

View File

@ -162,6 +162,10 @@ Improvements
* LUCENE-8033: FieldInfos now always use a dense encoding. (Mayya Sharipova
via Adrien Grand)
* LUCENE-8190: Specialized cell interface to allow any spatial prefix tree to
benefit from the setting setPruneLeafyBranches on RecursivePrefixTreeStrategy.
(Ignacio Vera)
Bug Fixes
* LUCENE-8077: Fixed bug in how CheckIndex verifies doc-value iterators.