Add entry in CHANGES.txt

This commit is contained in:
iverase 2018-10-15 09:00:09 +02:00
parent a5665d8ae7
commit a312c0db05
1 changed files with 3 additions and 0 deletions

View File

@ -192,6 +192,9 @@ Bug fixes:
* LUCENE-8479: QueryBuilder#analyzeGraphPhrase now throws TooManyClause exception
if the number of expanded path reaches the BooleanQuery#maxClause limit. (Jim Ferenczi)
* LUCENE-8522: throw InvalidShapeException when constructing a polygon and
all points are coplanar. (Ignacio Vera)
New Features
* LUCENE-8496: Selective indexing - modify BKDReader/BKDWriter to allow users