From a38cf7332cc1345e0ee4410a3a1c6152bc9f1081 Mon Sep 17 00:00:00 2001 From: Erik Hatcher Date: Tue, 24 Jun 2003 15:08:53 +0000 Subject: [PATCH] added checksum enhancement to whatsnew git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274703 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 135e355e7..c553b502b 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -443,6 +443,8 @@ Other changes: * 's datetime attribute can now accept time with a granularity of seconds as well. Bugzilla Report 21014. +* has two new properties: totalproperty and todir. + Changes from Ant 1.5.2 to Ant 1.5.3 ===================================