diff --git a/WHATSNEW b/WHATSNEW
index 1e796e510..0214e82dd 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -927,8 +927,8 @@ Other changes:
added.
Bugzilla Report 40504.
- * A new filterreader
TokenFilter
FixCRLF
SortFilter
-UniqFilter
FilterReader
@@ -1032,6 +1031,7 @@ and \\.
Trim
IgnoreBlank
DeleteCharacters
+ UniqFilter
Suppresses all tokens that match their ancestor token. It is most + useful if combined with a sort filter.
+ ++ This is an optional filter that executes a script in a Apache BSF @@ -1495,21 +1509,4 @@ This may be used as follows: </copy> -+<tokenfilter> + <uniqfilter/> +</tokenfilter> +
Suppresses all lines that match their ancestor line. It is most - useful if combined with a sort filter.
- -- -Convenience method: --<filterreader classname="org.apache.tools.ant.filters.UniqFilter"/> -
--<uniqfilter/> -