You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2012/03/24 21:58:26 UTC

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

Author: sarowe
Date: Sat Mar 24 20:58:25 2012
New Revision: 1304914

URL: http://svn.apache.org/viewvc?rev=1304914&view=rev
Log:
LUCENE-3913: mention in CHANGES.txt

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=1304914&r1=1304913&r2=1304914&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/lucene/CHANGES.txt (original)
+++ lucene/dev/branches/branch_3x/lucene/CHANGES.txt Sat Mar 24 20:58:25 2012
@@ -185,8 +185,8 @@ New Features
 * LUCENE-3671: Add TypeTokenFilter that filters tokens based on
   their TypeAttribute.  (Tommaso Teofili via Uwe Schindler)
 
-* LUCENE-3690: Added HTMLStripCharFilter, a CharFilter that strips HTML
-  markup. (Steve Rowe)
+* LUCENE-3690,LUCENE-3913: Added HTMLStripCharFilter, a CharFilter that strips
+  HTML markup. (Steve Rowe)
 
 * LUCENE-3725: Added optional packing to FST building; this uses extra
   RAM during building but results in a smaller FST.  (Mike McCandless)