You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2014/06/02 19:22:43 UTC

svn commit: r1599275 - /lucene/dev/trunk/lucene/CHANGES.txt

Author: rmuir
Date: Mon Jun  2 17:22:43 2014
New Revision: 1599275

URL: http://svn.apache.org/r1599275
Log:
LUCENE-4371: move CHANGES entry

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

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1599275&r1=1599274&r2=1599275&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Mon Jun  2 17:22:43 2014
@@ -77,9 +77,6 @@ API Changes
   takes the same selectors. Add helper methods to DocValues.java that are better 
   suited for search code (never return null, etc).  (Mike McCandless, Robert Muir)
 
-* LUCENE-4371: Removed IndexInputSlicer and Directory.createSlicer() and replaced
-  with IndexInput.slice(). (Robert Muir)
-
 * LUCENE-5678: IndexOutput no longer allows seeking, so it is no longer required
   to use RandomAccessFile to write Indexes. Lucene now uses standard FileOutputStream
   wrapped with OutputStreamIndexOutput to write index data. BufferedIndexOutput was
@@ -136,6 +133,9 @@ Changes in Backwards Compatibility Polic
   top-level class: org.apache.lucene.util.AttributeFactory
   (Uwe Schindler, Robert Muir)
 
+* LUCENE-4371: Removed IndexInputSlicer and Directory.createSlicer() and replaced
+  with IndexInput.slice(). (Robert Muir)
+
 API Changes
 
 * LUCENE-5711: MergePolicy accepts an IndexWriter instance