diff --git a/WHATSNEW b/WHATSNEW index 998f5f0a5..0e28be3a1 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -54,6 +54,11 @@ Fixed bugs: * ant.bat now looks in %USERPROFILE% and %HOMEDRIVE%%HOMEPATH% in addition to %HOME% for pre/post batch files. Bugzilla report 39298. +* The inheritance hierarchy of the legacy type was changed; code built + against Ant 1.7 would therefore no longer execute on older versions of Ant. + Since is historically heavily used this was undesirable, and since it + is also avoidable, the change to 's taxonomy was reverted. + Other changes: --------------