diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 986ed2ffce6..33e373accd7 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -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)