LUCENE-7302: move CHANGES entry to the right section

This commit is contained in:
Mike McCandless 2016-06-11 15:37:35 -04:00
parent a73a64989e
commit 00584579b7

View File

@ -9,6 +9,12 @@ Bug Fixes
* LUCENE-6662: Fixed potential resource leaks. (Rishabh Patel via Adrien Grand)
New Features
* LUCENE-7302: IndexWriter methods that change the index now return a
long "sequence number" indicating the effective equivalent
single-threaded execution order (Mike McCandless)
Improvements
* LUCENE-7323: Compound file writing now verifies the incoming
@ -45,10 +51,6 @@ New Features
applicable and supported when copying files from another FSDirectory in
Directory#copyFrom. (Simon Willnauer)
* LUCENE-7302: 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