LUCENE-2080: add CHANGES entry

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@909398 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2010-02-12 13:31:24 +00:00
parent 0dcbffdfe1
commit f2d37b2929
1 changed files with 5 additions and 0 deletions

View File

@ -71,6 +71,11 @@ API Changes
files are no longer open by IndexReaders. (luocanrao via Mike
McCandless)
* LUCENE-2080: Deprecate Version.LUCENE_CURRENT, as using this constant
will cause backwards compatibility problems when upgrading Lucene. See
the Version javadocs for additional information.
(Robert Muir)
Bug fixes
* LUCENE-2092: BooleanQuery was ignoring disableCoord in its hashCode