You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2014/07/31 14:51:16 UTC

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

Author: jpountz
Date: Thu Jul 31 12:51:16 2014
New Revision: 1614873

URL: http://svn.apache.org/r1614873
Log:
LUCENE-5739: Fix CHANGES version.

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=1614873&r1=1614872&r2=1614873&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Thu Jul 31 12:51:16 2014
@@ -24,9 +24,6 @@ New Features
   implemented in the spatial module as DateRangePrefixTree used with
   NumberRangePrefixTreeStrategy. (David Smiley)
 
-* LUCENE-5739: Added DataInput.readZ(Int|Long) and DataOutput.writeZ(Int|Long)
-  to read and write small signed integers. (Adrien Grand)
-
 API Changes
 
 * LUCENE-4535: oal.util.FilterIterator is now an internal API.
@@ -137,6 +134,9 @@ New Features
   of footer, this can detect some forms of corruption such as truncation.
   (Robert Muir)
 
+* LUCENE-5739: Added DataInput.readZ(Int|Long) and DataOutput.writeZ(Int|Long)
+  to read and write small signed integers. (Adrien Grand)
+
 API Changes
 
 * LUCENE-5752: Simplified Automaton API to be immutable. (Mike McCandless)