From d23feed981e405f4fdb92cf195752cccf5e7625c Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Tue, 22 Feb 2005 22:15:36 +0000 Subject: [PATCH] Update with git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277717 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index a5bd88e92..3f195c28f 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -222,6 +222,9 @@ Other changes: * Pathconvert no longer requires that one of (targetos|pathsep|dirsep) be set; platform defaults are used when this is the case. + +* New task extends with extra support + for XML Schema (XSD) files. Fixed bugs: -----------