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:39:24 UTC

lucene-solr:master: LUCENE-7302: move CHANGES entry to the right place

Repository: lucene-solr
Updated Branches:
  refs/heads/master 8bd27977d -> 32c8dfaad


LUCENE-7302: move CHANGES entry to the right place


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

Branch: refs/heads/master
Commit: 32c8dfaad5c6d8f79b7d0d7d917db0605f27a9ea
Parents: 8bd2797
Author: Mike McCandless <mi...@apache.org>
Authored: Sat Jun 11 15:39:14 2016 -0400
Committer: Mike McCandless <mi...@apache.org>
Committed: Sat Jun 11 15:39:14 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/32c8dfaa/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index f104ac6..fb46c5f 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -15,6 +15,12 @@ Other
 
 ======================= Lucene 6.2.0 =======================
 
+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)
+
 Bug Fixes
 
 * LUCENE-6662: Fixed potential resource leaks. (Rishabh Patel via Adrien Grand)
@@ -55,10 +61,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-7184: Refactor LatLonPoint encoding methods to new GeoEncodingUtils