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: -----------