You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2015/04/01 10:55:23 UTC

svn commit: r1670582 - /lucene/dev/trunk/solr/CHANGES.txt

Author: shaie
Date: Wed Apr  1 08:55:23 2015
New Revision: 1670582

URL: http://svn.apache.org/r1670582
Log:
SOLR-7325: move CHANGES entry under 5.2

Modified:
    lucene/dev/trunk/solr/CHANGES.txt

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1670582&r1=1670581&r2=1670582&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Wed Apr  1 08:55:23 2015
@@ -68,6 +68,10 @@ Versions of Major Components
 Upgrading from Solr 5.1
 -----------------------
 
+* SOLR-7325: Slice.getState() now returns a State enum instead of a String. This helps
+  clarify the states a Slice can be in, as well comparing the state of a Slice.
+  (Shai Erera)
+
 Detailed Change List
 ----------------------
 
@@ -119,10 +123,6 @@ Upgrading from Solr 5.0
   contain some LGPL-only code. Until that's resolved by Tika, you can download the
   .jar yourself and place it under contrib/extraction/lib.  
 
-* SOLR-7325: Slice.getState() now returns a State enum instead of a String. This helps
-  clarify the states a Slice can be in, as well comparing the state of a Slice.
-  (Shai Erera)
-
 Detailed Change List
 ----------------------