diff --git a/WHATSNEW b/WHATSNEW index b7b1e56f4..6314ee10b 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -8,6 +8,12 @@ Changes that could break older environments: Fixed bugs: ----------- + * swallowed the status code of nested tasks. + Bugzilla Report 55539. + + * a race condition could make tasks of parallel builds to + interfere with each other. + Bugzilla Report 54393. Other changes: -------------- @@ -17,13 +23,6 @@ Other changes: * tar entries with long link names are now handled the same way as entries with long names. - * swallowed the status code of nested tasks. - Bugzilla Report 55539. - - * a race condition could make tasks of parallel builds to - interfere with each other. - Bugzilla Report 54393. - Changes from Ant 1.9.1 TO Ant 1.9.2 ===================================