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 f417c9f2 Reject under-length codes in SedolCheckDigit (#435).
f417c9f2 is described below
commit f417c9f2f1efc85e8a98fb10c4150390941d970c
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Aug 26 15:39:14 2026 -0400
Reject under-length codes in SedolCheckDigit (#435).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3cfa7ae4..27326a4e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -68,6 +68,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary Gregory">Count
unpaired carriage returns in adjustForLineEnding (#431).</action>
<action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary
Gregory">Validate path, query and fragment for authority-less file URLs
(#432).</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix SpotBugs
USO_UNSAFE_METHOD_SYNCHRONIZATION in DomainValidator.</action>
+ <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary
Gregory">Reject under-length codes in SedolCheckDigit (#435).</action>
<!-- ADD -->
<!-- UPDATE -->
</release>