From 5c2af90369a64d60eaaca8c1a47176fc42747256 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Fri, 29 Oct 2004 08:56:28 +0000 Subject: [PATCH] opps, forgot to save the change.. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276980 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index c2d0fad13..d81cdc866 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -4,6 +4,13 @@ Changes from current Ant 1.6 CVS version to current CVS version Changes that could break older environments: -------------------------------------------- +* Use org.apache.log4j.Logger instead of org.apache.log4j.Category. Category has + been deprecated for ~2 years and is been removed from the log4j code. + Logger was introduced in log4j 1.2 so users of log4j 1.1 and log4j 1.0 need + to upgrade to a newer version of log4j. + Bugzilla Report 31951. + + Fixed bugs: ----------- @@ -96,9 +103,6 @@ Other changes: * New attribute alwayslog for type. -* Use org.apache.log4j.Logger instead of org.apache.log4j.Category. - Bugzilla Report 31951. - Fixed bugs: -----------