Skip to content

Commit 7d49f81

Browse files
committed
Handle non-finite bounds in BigIntegerValidator range checks (#414).
1 parent a53c23f commit 7d49f81

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ The <action> type attribute can be add,update,fix,remove.
9595
<action type="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>
9696
<action type="fix" dev="sebb">Fix deprecations in test classes.</action>
9797
<action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary Gregory">Compare exact values in DoubleValidator range checks (#410).</action>
98+
<action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary Gregory">Handle non-finite bounds in BigIntegerValidator range checks (#414).</action>
9899
<!-- ADD -->
99100
<action type="add" dev="ggregory" due-to="Gary Gregory">Add and use CheckDigitException.CheckDigitException(String, Object...) (#389).</action>
100101
<action type="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

Comments
 (0)