You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2016/06/11 19:38:14 UTC

[15/15] lucene-solr:branch_6x: LUCENE-7302: move CHANGES entry to the right section

LUCENE-7302: move CHANGES entry to the right section


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/00584579
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/00584579
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/00584579

Branch: refs/heads/branch_6x
Commit: 00584579b70041addbd47859012e25e67e079e10
Parents: a73a649
Author: Mike McCandless <mi...@apache.org>
Authored: Sat Jun 11 15:37:35 2016 -0400
Committer: Mike McCandless <mi...@apache.org>
Committed: Sat Jun 11 15:37:35 2016 -0400

----------------------------------------------------------------------
 lucene/CHANGES.txt | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/00584579/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 350bee1..b577606 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