Skip to content

Commit

Permalink
move the replaceregexp change release note to the correct Ant version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaikiran committed Aug 25, 2024
1 parent 1a4de97 commit df5190a
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions WHATSNEW
Original file line number Diff line number Diff line change
Expand Up @@ -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:
-----------

Expand Down Expand Up @@ -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:
-----------

Expand Down

0 comments on commit df5190a

Please sign in to comment.