From 5820f9ffdaa822279a57834c11f11974c1ead075 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Wed, 18 Jul 2007 20:12:22 +0000 Subject: [PATCH] add the jar change to the WHATSNEW file git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@557377 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 78904619b..d85a9e993 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -191,6 +191,8 @@ Other changes: * Add new retry task container. +* has a new strict attribute that checks if the jar complies with + the jar packaging version specification. Changes from Ant 1.6.5 to Ant 1.7.0 ===================================