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
@@ -77,6 +77,7 @@ The <action> type attribute can be add,update,fix,remove.
77
77
<actiontype="fix"dev="ggregory"due-to="Gary Gregory, sahvx655-wq">Removing a country code from an IBANValidator now removes associated "other" codes (#386).</action>
78
78
<actiontype="fix"dev="ggregory"due-to="Gary Gregory, sahvx655-wq">DoubleValidator and FloatValidator now treat special symbols consistently (#388).</action>
79
79
<actiontype="fix"dev="ggregory"due-to="Gary Gregory, sahvx655-wq">Fix long range check in GenericTypeValidator.formatLong (#387).</action>
80
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory, sahvx655-wq">Fix BigIntegerValidator minValue(), maxValue(), and processParsedValue() for out of Long range values (#397).</action>
80
81
<!-- ADD -->
81
82
<actiontype="add"dev="ggregory"due-to="Gary Gregory">Add and use CheckDigitException.CheckDigitException(String, Object...) (#389).</action>
82
83
<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