From 41373655c7e93243aa140ab41cfc2fbf680b6dc6 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Mon, 14 Jul 2008 19:54:26 +0000 Subject: [PATCH] better pointer for local properties git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@676706 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WHATSNEW b/WHATSNEW index ac3811256..8e2b0f0c2 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -153,7 +153,7 @@ Other changes: a build if a warning occurs. Bugzilla Report 41836. - * Ant now supports local properties. Bugzilla report 23942. + * Ant now supports scoped properties (see Local task). Bugzilla report 23942. * 's CSV output can be controlled via the new attributes csvColumnSeparator and csvQuoteCharacter.