diff --git a/WHATSNEW b/WHATSNEW index c9ec28e97..c65fa2b7b 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -18,9 +18,6 @@ Other changes: * Enable to choose the regexp implementation without system property. Bugzilla Report 15390. -* task lets you set the priority of the current thread; non-forking - code will inherit this priority in their main thread. - * A new roundup attribute on and related task can be used to control whether the file modification times inside the archive will be rounded up or down (since zips only store modification times with @@ -32,8 +29,6 @@ Other changes: nested FileNameMapper implementations directly, allowing a usage comparable to those of , , and . -* New attribute "negate" on to invert selection criteria. - * New type introduced to provide extreme I/O flexibility. Initial support for , , and tasks. @@ -157,6 +152,11 @@ Other changes: * has filelist support. +* task lets you set the priority of the current thread; non-forking + code will inherit this priority in their main thread. + +* New attribute "negate" on to invert selection criteria. + Changes from Ant 1.6.0 to Ant 1.6.1 =============================================