LUCENE-2045: fix CHANGES entry (this was fixed in 2.9.2/3.0, not 2.9.1)

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@883654 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2009-11-24 11:19:43 +00:00
parent 58b11acbaf
commit 1a84e608dc
1 changed files with 4 additions and 4 deletions

View File

@ -188,6 +188,10 @@ Bug fixes
* LUCENE-2088: addAttribute() should only accept interfaces that
extend Attribute. (Shai Erera, Uwe Schindler)
* LUCENE-2045: Fix silly FileNotFoundException hit if you enable
infoStream on IndexWriter and then add an empty document and commit
(Shai Erera via Mike McCandless)
New features
* LUCENE-1933: Provide a convenience AttributeFactory that creates a
@ -258,10 +262,6 @@ Bug fixes
char (U+FFFD) during indexing, to prevent silent index corruption.
(Peter Keegan, Mike McCandless)
* LUCENE-2045: Fix silly FileNotFoundException hit if you enable
infoStream on IndexWriter and then add an empty document and commit
(Shai Erera via Mike McCandless)
* LUCENE-2046: IndexReader should not see the index as changed, after
IndexWriter.prepareCommit has been called but before
IndexWriter.commit is called. (Peter Keegan via Mike McCandless)