From b27c984421b3c5362d1028c77beddd190e22ddc1 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Sun, 8 Jul 2007 17:37:44 +0000 Subject: [PATCH] update WHATSNEW to the best of my ability git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@554396 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/WHATSNEW b/WHATSNEW index 35144992d..5f68498c0 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -1,4 +1,23 @@ -Changes from Ant 1.7.0 TO current SVN version +Changes from Ant 1.7.x TO current SVN version +============================================= + +Changes that could break older environments: +------------------------------------------- + +* Refactor PropertyHelper and introspection APIs to make extension more + granular and support setting task/type attribute values to objects + decoded by custom PropertyEvaluator delegates. Also add + task for registering delegates and/or replacing the registered PropertyHelper + instance. Bugzilla report 42736. + +Fixed bugs: +----------- + +Other changes: +-------------- + + +Changes from Ant 1.7.0 TO Ant 1.7.1 ============================================= Changes that could break older environments: