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
@@ -95,6 +95,7 @@ The <action> type attribute can be add,update,fix,remove.
95
95
<actiontype="fix"dev="sebb"due-to="sahvx655-wq">Fix calculation of week_of_year and week_of_month to allow for dates that span a year gap (#408).</action>
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
+
<actiontype="fix"dev="ggregory"due-to="sahvx655-wq, Gary Gregory">Handle non-finite bounds in BigIntegerValidator range checks (#414).</action>
98
99
<!-- ADD -->
99
100
<actiontype="add"dev="ggregory"due-to="Gary Gregory">Add and use CheckDigitException.CheckDigitException(String, Object...) (#389).</action>
100
101
<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