This is an automated email from the ASF dual-hosted git repository. jaikiran pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git
commit df5190ad9d7668d7c58440a7fd47582a9d4b338c Author: Jaikiran Pai <jaiki...@apache.org> AuthorDate: Sun Aug 25 19:35:04 2024 +0530 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 1a195e444..44818c958 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -17,6 +17,11 @@ Other changes: in recent versions of Java. Bugzilla Report 68460 + * <replaceregexp> 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: --------------- - - * <replaceregexp> 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: -----------