mirror of https://github.com/apache/lucene.git
LUCENE-5739: Fix CHANGES version.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1614873 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cc3501de97
commit
3f07331f36
|
@ -24,9 +24,6 @@ New Features
|
||||||
implemented in the spatial module as DateRangePrefixTree used with
|
implemented in the spatial module as DateRangePrefixTree used with
|
||||||
NumberRangePrefixTreeStrategy. (David Smiley)
|
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
|
API Changes
|
||||||
|
|
||||||
* LUCENE-4535: oal.util.FilterIterator is now an internal API.
|
* 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.
|
of footer, this can detect some forms of corruption such as truncation.
|
||||||
(Robert Muir)
|
(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
|
API Changes
|
||||||
|
|
||||||
* LUCENE-5752: Simplified Automaton API to be immutable. (Mike McCandless)
|
* LUCENE-5752: Simplified Automaton API to be immutable. (Mike McCandless)
|
||||||
|
|
Loading…
Reference in New Issue