From 046f90e496ee25436b69abb632e0ba1fbbd1cfa7 Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Sun, 11 Oct 2009 17:41:39 +0000 Subject: [PATCH] cleanup CHANGES.txt git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@824118 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 0cb7c8df2f0..ab63e0f55a8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,12 +9,13 @@ Changes in runtime behavior API Changes -* LUCENE-1944, ...: Removed (all) deprecated methods/classes left over - from Lucene 2.9 [not yet finished]. (Uwe Schindler) - * LUCENE-1257, ...: Port to Java 1.5 [not yet finished]. (Uwe Schindler, Robert Muir, Karl Wettin, Paul Elschot) +* LUCENE-1944: Remove (all) deprecated methods/constructors taking + String/File directory pathes in IndexReader / IndexWriter and others. + Also make FSDirectory abstract. (Uwe Schindler) + * LUCENE-1925: Make IndexSearcher's subReaders and docStarts members protected; add expert ctor to directly specify reader, subReaders and docStarts. (John Wang, Tim Smith via Mike McCandless) @@ -44,8 +45,10 @@ API Changes * LUCENE-1970: Remove deprecated methods in DocIdSetIterator and make new ones abstract. (Michael Busch) +* LUCENE-1946: Remove deprecated old TokenStream API. (Uwe Schindler) + * LUCENE-1753: Make not yet final TokenStreams final to enforce - decorator pattern (Uwe Schindler) + decorator pattern. (Uwe Schindler) Bug fixes