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 mi...@apache.org on 2008/09/29 14:29:42 UTC

svn commit: r700096 - /lucene/java/branches/lucene_2_4/CHANGES.txt

Author: mikemccand
Date: Mon Sep 29 05:29:42 2008
New Revision: 700096

URL: http://svn.apache.org/viewvc?rev=700096&view=rev
Log:
move the NOTE about the change to back compat policy wrt Fieldable under a new 'Changes in backward compatibility policy', so that changes-to-html isn't confused by it

Modified:
    lucene/java/branches/lucene_2_4/CHANGES.txt

Modified: lucene/java/branches/lucene_2_4/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/branches/lucene_2_4/CHANGES.txt?rev=700096&r1=700095&r2=700096&view=diff
==============================================================================
--- lucene/java/branches/lucene_2_4/CHANGES.txt (original)
+++ lucene/java/branches/lucene_2_4/CHANGES.txt Mon Sep 29 05:29:42 2008
@@ -3,11 +3,15 @@
 
 ======================= Release 2.4.0 (estimated: 2008-09-30) =======================
 
-NOTE:  In a minor change to Lucene's backward compatibility policy, we are now allowing the Fieldable interface to have
-changes, within reason, and made on a case-by-case basis.  If an application implements it's own Fieldable, please be aware
-  of this.  Otherwise, no need to be concerned.  For more details see https://issues.apache.org/jira/browse/LUCENE-1349.
-  This is in effect for all 2.X releases, starting with 2.4.  Also note, that in all likelihood, Fieldable will be changed
-  in 3.0.
+Changes in backwards compatibility policy
+
+1. LUCENE-1340: In a minor change to Lucene's backward compatibility
+   policy, we are now allowing the Fieldable interface to have
+   changes, within reason, and made on a case-by-case basis.  If an
+   application implements it's own Fieldable, please be aware of
+   this.  Otherwise, no need to be concerned.  This is in effect for
+   all 2.X releases, starting with 2.4.  Also note, that in all
+   likelihood, Fieldable will be changed in 3.0.
 
 Changes in runtime behavior