LUCENE-1453: add entry to CHANGES.txt

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@720783 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2008-11-26 10:07:14 +00:00
parent ea3824bf34
commit 755e7aec14
1 changed files with 5 additions and 0 deletions

View File

@ -55,6 +55,11 @@ Bug fixes
if the max slop was exceeded; The wrong payload could be returned in
certain situations. (Jonathan Mamou, Greg Shackles, Mark Miller)
4 LUCENE-1453: Ensure IndexReader.reopen() does not result in
incorrectly closing the shared FSDirectory. This bug would only
happen if you use IndexReader.open with a File or String argument.
(Mark Miller via Mike McCandless)
New features
1. LUCENE-1411: Added expert API to open an IndexWriter on a prior