You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2011/11/25 01:11:16 UTC

svn commit: r1206022 - /lucene/dev/branches/branch_3x/lucene/CHANGES.txt

Author: uschindler
Date: Fri Nov 25 00:11:16 2011
New Revision: 1206022

URL: http://svn.apache.org/viewvc?rev=1206022&view=rev
Log:
LUCENE-3594: Add CHANGES.txt because we have a small backwards break

Modified:
    lucene/dev/branches/branch_3x/lucene/CHANGES.txt

Modified: lucene/dev/branches/branch_3x/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/lucene/CHANGES.txt?rev=1206022&r1=1206021&r2=1206022&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/lucene/CHANGES.txt (original)
+++ lucene/dev/branches/branch_3x/lucene/CHANGES.txt Fri Nov 25 00:11:16 2011
@@ -5,6 +5,12 @@ http://s.apache.org/luceneversions
 
 ======================= Lucene 3.6.0 =======================
 
+Changes in backwards compatibility policy
+
+* LUCENE-3594: The protected inner class (never intended to be visible)
+  FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet was removed and
+  replaced by another internal implementation.  (Uwe Schindler)
+
 Security fixes
 
 * LUCENE-3588: Try harder to prevent SIGSEGV on cloned MMapIndexInputs: