From d932b15e382aa08997ad20812dc8440331e4dbae Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Thu, 27 Jan 2005 22:37:06 +0000 Subject: [PATCH] Merge length task to 1.6 branch git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277528 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 11cf9de08..2549402d3 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -85,8 +85,6 @@ Other changes: * Added isfileselected condition. -* Added length task to get strings' and files' lengths. - * Added clone task. Bugzilla report 32631. * Add else attribute to the condition task, which specifies an @@ -185,6 +183,8 @@ Other changes: * bad link in docs to the enhancement page in bugzilla. Bugzilla report 33252. +* Added length task to get strings' and files' lengths. + Fixed bugs: -----------