You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,7 @@ The <action> type attribute can be add,update,fix,remove.
96
96
<actiontype="fix"dev="sebb">Fix deprecations in test classes.</action>
97
97
<actiontype="fix"dev="ggregory"due-to="sahvx655-wq, Gary Gregory">Compare exact values in DoubleValidator range checks (#410).</action>
98
98
<actiontype="fix"dev="ggregory"due-to="sahvx655-wq, Gary Gregory">Handle non-finite bounds in BigIntegerValidator range checks (#414).</action>
99
+
<actiontype="fix"dev="ggregory"due-to="sahvx655-wq, Gary Gregory">Fix swapped constant maps in Form.process for extended forms (#413).</action>
99
100
<!-- ADD -->
100
101
<actiontype="add"dev="ggregory"due-to="Gary Gregory">Add and use CheckDigitException.CheckDigitException(String, Object...) (#389).</action>
101
102
<actiontype="add"dev="ggregory"due-to="Gary Gregory">Add and use ValidatorException.ValidatorException(Throwable). Call sites that previously called new ValidatorException(Throwable#getMessage()) now preserve that exception (#390).</action>
0 commit comments