From f3e9ec622f89b35e9ccfb3fcfa30ab010381bc0f Mon Sep 17 00:00:00 2001 From: Magesh Umasankar Date: Mon, 14 Apr 2003 15:41:38 +0000 Subject: [PATCH] Adding a new attribute is not a bug... git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274447 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 617f88dfc..a21d954a0 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -32,9 +32,6 @@ Changes that could break older environments: Fixed bugs: ----------- -* A new attribute named skip is added to the TailFilter and - HeadFilter filter readers. - * Expand tasks did not behave as expected with PatternSets. * now works on OS/400. @@ -102,6 +99,9 @@ Fixed bugs: Other changes: -------------- +* A new attribute named skip is added to the TailFilter and + HeadFilter filter readers. + * Shipped XML parser is now Xerces 2.4.0 * The filesetmanifest attribute of has been reenabled.