This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-validator.git

commit e095d69655073309b33fabc382f8cbd1bef2fb83
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 4 14:53:40 2026 -0400

    Compare exact bound in AbstractNumberValidator range checks (#416).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 10db7393..24bac3eb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -98,6 +98,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary 
Gregory">Handle non-finite bounds in BigIntegerValidator range checks 
(#414).</action>
     <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary Gregory">Fix 
swapped constant maps in Form.process for extended forms (#413).</action>
     <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary 
Gregory">Reject vowels in SedolCheckDigit (#415).</action>
+    <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary 
Gregory">Compare exact bound in AbstractNumberValidator range checks 
(#416).</action>
     <!-- ADD -->
     <action type="add" dev="ggregory" due-to="Gary Gregory">Add and use 
CheckDigitException.CheckDigitException(String, Object...) (#389).</action>
     <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>

Reply via email to