diff --git a/WHATSNEW b/WHATSNEW index 4198302db..7238ac72b 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -26,8 +26,6 @@ Other changes: * supports loading from a resource. -* accepts a nested . - * Changed default tempdir for from user.dir to java.io.tmpdir. * A new base class DispatchTask has been added to facilitate elegant @@ -37,9 +35,6 @@ Other changes: which will allow nonexistent files specified via s to be passed to the executable. Bugzilla Report 29585. -* has a status attribute that can be used to pass an exit - status back to the command line. - Changes from Ant 1.6.1 to current Ant 1.6 CVS version ===================================================== @@ -238,6 +233,11 @@ Other changes: * Added Target.getIf/Unless(). Bugzilla Report 29320. +* has a status attribute that can be used to pass an exit + status back to the command line. + +* accepts a nested . + Changes from Ant 1.6.0 to Ant 1.6.1 =============================================