From 850986430351ec818603e757c407652a35c1ca7b Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 7 Nov 2002 15:18:47 +0000 Subject: [PATCH] Add WHATSNEW entry git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273507 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 63bba9b2a..69a05a373 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -39,6 +39,8 @@ Fixed bugs: ant-starteam. The stlist task now similarly displays that status correctly making it a more generally useful tool. +* would count some internal character replacements when + reporting the number of replaced tokens. Other changes: --------------