From 00584579b70041addbd47859012e25e67e079e10 Mon Sep 17 00:00:00 2001 From: Mike McCandless Date: Sat, 11 Jun 2016 15:37:35 -0400 Subject: [PATCH] LUCENE-7302: move CHANGES entry to the right section --- lucene/CHANGES.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 350bee16522..b5776065794 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -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