diff --git a/WHATSNEW b/WHATSNEW index 31211938f..369e25115 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -43,8 +43,6 @@ Other changes: * now (alphanumerically) sorts the property list before echoing, when you request XML output (format="xml"). -* Changed default tempdir for from user.dir to java.io.tmpdir. - * A new base class DispatchTask has been added to facilitate elegant creation of tasks with multiple actions. @@ -174,6 +172,8 @@ Other changes: * Made the dest attribute of the apply task optional; mapped target filenames will be interpreted as absolute pathnames when dest is omitted. +* Changed default tempdir for from user.dir to java.io.tmpdir. + Fixed bugs: -----------