diff --git a/WHATSNEW b/WHATSNEW index 5547714fd..1582eadf0 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -81,18 +81,6 @@ Other changes: * Added isfileselected condition. -* Added support to the touch task for a mkdirs attribute to create - nonexistent parent directories before touching new files. - -* Added support to the touch task for a pattern attribute to allow - alternate datetime formats. - -* Added support to the touch task to map touched files using a nested - mapper element. - -* Added support to the touch task for a verbose attribute to suppress - logging of new file creation. - * Added length task to get strings' and files' lengths. * Added clone task. Bugzilla report 32631. @@ -174,6 +162,18 @@ Other changes: * Added revision and userid attributes to documentation. +* Added support to the touch task for a mkdirs attribute to create + nonexistent parent directories before touching new files. + +* Added support to the touch task for a pattern attribute to allow + alternate datetime formats. + +* Added support to the touch task to map touched files using a nested + mapper element. + +* Added support to the touch task for a verbose attribute to suppress + logging of new file creation. + Fixed bugs: -----------