From df5190ad9d7668d7c58440a7fd47582a9d4b338c Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Sun, 25 Aug 2024 19:35:04 +0530 Subject: [PATCH] move the replaceregexp change release note to the correct Ant version --- WHATSNEW | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) 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: -----------