diff --git a/WHATSNEW b/WHATSNEW index 1a195e4440..44818c9584 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -17,6 +17,11 @@ Other changes: in recent versions of Java. Bugzilla Report 68460 + * has a new failOnError attribute which, when + enabled, makes the task throw a BuildException for certain error + cases that will only be logged otherwise. + Github Pull Request #206 + Fixed bugs: ----------- @@ -70,14 +75,6 @@ Changes that could break older environments: updated to launch in a forked JVM so that the System.exit() call will not impact the JVM in which Ant process runs. -Other changes: --------------- - - * has a new failOnError attirbute which, when - enabled, makes the task throw a BuildException for certain error - cases that will only be logged otherwise. - Github Pull Request #206 - Fixed bugs: -----------