From 174269d918b55a15b2b13f0e5978a2c7afe13a2c Mon Sep 17 00:00:00 2001 From: Erik Hatcher Date: Mon, 2 Sep 2002 15:12:53 +0000 Subject: [PATCH] updated WHATSNEW with things I've changed recently. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273282 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 2e3daab7c..4f74f0dac 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -52,6 +52,12 @@ Other changes: * will only print deprecration warnings if it is actually used to change the value of a property. + +* Added task (requires JAI). + +* Filesets now support a 'file' attribute, allowing a single-file + fileset to be constructed without having to specify its parent + directory separately. Changes from Ant 1.5beta3 to Ant 1.5 ====================================