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


The following commit(s) were added to refs/heads/master by this push:
     new 4c3d31ee CheckDigit implementations check for input in the 
alphanumeric range (#385)
4c3d31ee is described below

commit 4c3d31eefee57a281eb9119a9a1eed44912cf6cf
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 5 07:07:09 2026 -0400

    CheckDigit implementations check for input in the alphanumeric range
    (#385)
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fcef5380..e01bec8c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -73,6 +73,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action type="fix" dev="ggregory" due-to="Gary Gregory" 
issue="VALIDATOR-507">DomainValidator ICAAN Revocation for .pramerica" 
https://www.iana.org/reports/tld-transfer/20250516-pramerica.</action>
     <action type="fix" dev="ggregory" due-to="Gary Gregory" 
issue="VALIDATOR-508">DomainValidator ICAAN Revocation for .redstone: 
https://www.iana.org/reports/tld-transfer/20250826-redstone.</action>
     <action type="fix" dev="ggregory" due-to="Sahana Surendra Bogar, Gary 
Gregory" issue="VALIDATOR-508">Reject signed hex group in 
InetAddressValidator.isValidInet6Address(String) #379.</action>
+    <action type="fix" dev="ggregory" due-to="Gary Gregory, 
sahvx655-wq">CheckDigit implementations check for input in the alphanumeric 
range (#385).</action>
     <!-- ADD -->
     <!-- UPDATE -->
     <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">Bump org.apache.commons:commons-parent from 92 to 101 #377.</action>

Reply via email to