diff --git a/WHATSNEW b/WHATSNEW index 40b3b7646..302fa9e7a 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -52,19 +52,12 @@ Other changes: * A new base class DispatchTask has been added to facilitate elegant creation of tasks with multiple actions. -* Added nested elements to and to allow - specification of multiple sub-build targets, which are executed - with a single dependency analysis. - * Major revision of . Supports mono wsdl and the microsoft wsdl run on mono, as well as most of the .NET WSE2.0 options. Extra schemas (files or urls) can be named in the element. Compilers can be selected using the compiler attribute, which defaults to "microsoft" on windows, and "mono" on everything else. -* Refactored Target invocation into org.apache.tools.ant.Executor - implementations. Bugzilla Reports 21421, 29248. - * It is now possible to specify the pattern created/parsed by . Bugzilla Report 16539. @@ -146,6 +139,13 @@ Other changes: * New attribute alwayslog for type. +* Added nested elements to and to allow + specification of multiple sub-build targets, which are executed + with a single dependency analysis. + +* Refactored Target invocation into org.apache.tools.ant.Executor + implementations. Bugzilla Reports 21421, 29248. + Fixed bugs: -----------