Skip to content

Commit

Permalink
Fix action types
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 20, 2024
1 parent 8ba93fb commit 929b698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ The <action> type attribute can be add,update,fix,remove.
<release version="1.10.0" date="YYYY-MM-DD" description="This is a maintenance and bug fix release; requires Java 8.">
<!-- FIX -->
<action type="fix" dev="sebb">Locale default tests: ensure original is restored on failure</action>
<action type="update" dev="ggregory" due-to="Johannes Weberhofer">Fix order of actual and expected parameters in assertEquals() #246.</action>
<action type="update" dev="ggregory" due-to="Johannes Weberhofer">InetAddressValidator does not need its instance variable, so uses a touch less memory.</action>
<action type="fix" dev="ggregory" due-to="Johannes Weberhofer">Fix order of actual and expected parameters in assertEquals() #246.</action>
<action type="fix" dev="ggregory" due-to="Johannes Weberhofer">InetAddressValidator does not need its instance variable, so uses a touch less memory.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Pick up maven-antrun-plugin version from parent POM org.apache:apache.</action>
<!-- ADD -->
<action type="add" dev="sebb">IBANValidator: add Honduras from v99.</action>
Expand Down

0 comments on commit 929b698

Please sign in to comment.