Fix over-long CHANGES.txt line.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624151 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2014-09-10 22:18:56 +00:00
parent 2e940c0fb8
commit 3b6c7f4172
1 changed files with 6 additions and 2 deletions

View File

@ -219,8 +219,12 @@ API Changes
CoveredBy. The area requirement on the predicates was removed, and Overlaps' definition CoveredBy. The area requirement on the predicates was removed, and Overlaps' definition
was fixed. (David Smiley) was fixed. (David Smiley)
* LUCENE-5850: Made Version handling more robust and extensible. Deprecated Constants.LUCENE_MAIN_VERSION, Constants.LUCENE_VERSION and current Version constants of the form LUCENE_X_Y. Added version constants that include bugfix number of form LUCENE_X_Y_Z. Changed Version.LUCENE_CURRENT to Version.LATEST. CheckIndex now prints the Lucene version used to write * LUCENE-5850: Made Version handling more robust and extensible. Deprecated
each segment. (Ryan Ernst, Uwe Schindler, Robert Muir, Mike McCandless) Constants.LUCENE_MAIN_VERSION, Constants.LUCENE_VERSION and current Version
constants of the form LUCENE_X_Y. Added version constants that include bugfix
number of form LUCENE_X_Y_Z. Changed Version.LUCENE_CURRENT to Version.LATEST.
CheckIndex now prints the Lucene version used to write each segment.
(Ryan Ernst, Uwe Schindler, Robert Muir, Mike McCandless)
* LUCENE-5836: BytesRef has been splitted into BytesRef, whose intended usage is * LUCENE-5836: BytesRef has been splitted into BytesRef, whose intended usage is
to be just a reference to a section of a larger byte[] and BytesRefBuilder to be just a reference to a section of a larger byte[] and BytesRefBuilder