You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2014/11/11 20:57:31 UTC

svn commit: r1638331 - /lucene/dev/trunk/lucene/CHANGES.txt

Author: mikemccand
Date: Tue Nov 11 19:57:30 2014
New Revision: 1638331

URL: http://svn.apache.org/r1638331
Log:
LUCENE-6058: explain that BeiderMorseFilter changed its behavior

Modified:
    lucene/dev/trunk/lucene/CHANGES.txt

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1638331&r1=1638330&r2=1638331&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Tue Nov 11 19:57:30 2014
@@ -83,7 +83,12 @@ New Features
   codec (Thomas Neidhart via Mike McCandless)
 
 * LUCENE-6059: Add Daitch-Mokotoff Soundex phonetic Apache commons
-  phonetic codec, and upgrade to Apache commons codec 1.10 (Thomas
+  phonetic codec, and upgrade to Apache commons codec 1.10. (Thomas
+  Neidhart via Mike McCandless)
+
+* LUCENE-6058: With the upgrade to Apache commons codec 1.10, the
+  experimental BeiderMorseFilter has changed its behavior, so any
+  index using it will need to be rebuilt.  (Thomas
   Neidhart via Mike McCandless)
 
 API Changes