From ee84f4cf173d16de191d10576e47279855574346 Mon Sep 17 00:00:00 2001 From: Magesh Umasankar Date: Tue, 5 Feb 2002 20:55:56 +0000 Subject: [PATCH] related changes. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271161 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 352849918..f95d76b35 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -70,6 +70,10 @@ Fixed bugs: Other changes: -------------- +* A new combined email task, which replaces the old and + tasks, has been added. The task, and + old SendEmail and MimeMail classes have been deprecated. + * TarFileset takes in three new attributes - fullpath, prefix and preserveLeadingSlashes.