You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by dn...@apache.org on 2006/04/05 22:37:47 UTC

svn commit: r391795 - /lucene/java/trunk/CHANGES.txt

Author: dnaber
Date: Wed Apr  5 13:37:46 2006
New Revision: 391795

URL: http://svn.apache.org/viewcvs?rev=391795&view=rev
Log:
let's not forget to document the most obvious change: remove all deprecated methods and fields

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewcvs/lucene/java/trunk/CHANGES.txt?rev=391795&r1=391794&r2=391795&view=diff
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Wed Apr  5 13:37:46 2006
@@ -4,6 +4,12 @@
 
 2.0 RC1
 
+API Changes
+
+ 1. All deprecated methods and fields have been removed, except
+    DateField, which will still be supported for some time
+    so Lucene can read its date fields from old indexes (Yonik Seeley)
+ 
 Bug fixes
 
  1. LUCENE-330: Fix issue of FilteredQuery not working properly within