From fa71e29bd4202d91778ffe1cd4367af81e4bd9b6 Mon Sep 17 00:00:00 2001 From: Otis Gospodnetic Date: Wed, 20 Dec 2006 19:42:21 +0000 Subject: [PATCH] - self.add() to LUCENE-728 git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@489182 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.txt b/CHANGES.txt index 3803eac944a..c2c00789d89 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -233,6 +233,7 @@ Bug fixes 24. LUCENE-728: Removed duplicate/old MoreLikeThis and SimilarityQueries classes from contrib/similarity, as their new home is under contrib/queries. + (Otis Gospodnetic) 25. LUCENE-669: Do not double-close the RandomAccessFile in FSIndexInput/Output during finalize(). Besides sending an