sequence numbers: add CHANGES entry

This commit is contained in:
Mike McCandless 2016-06-01 18:54:55 -04:00
parent 88c761b4a0
commit 0b9c0dd522
1 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,10 @@ New Features
applicable and supported when copying files from another FSDirectory in
Directory#copyFrom. (Simon Willnauer)
* LUCENE-73012: IndexWriter methods that change the index now return a
long "sequence number" indicating the effective equivalent
single-threaded execution order (Mike McCandless)
API Changes
* LUCENE-7163: refactor GeoRect, Polygon, and GeoUtils tests to geo