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 2b8b85b3 Fix typo in action description.
2b8b85b3 is described below
commit 2b8b85b3a793c8e72e1efc5011c27e801822d91c
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 3 14:17:06 2026 +0000
Fix typo in action description.
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 86332c58..d1a1ce9d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -91,7 +91,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary
Gregory">Preserve exact value in BigDecimal and BigInteger validate
(#406).</action>
<action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary
Gregory">Preserve fractional bound in BigIntegerValidator range checks
(#407).</action>
<action type="fix" dev="sebb" due-to="sahvx655-wq">DomainValidatorTest:
ensure CC is in correct list (#409).</action>
- <action type="fix" dev="sebb" due-to="sahvx655-wq">range-check the port
for IPv6 hosts in isValidAuthority (#412).</action>
+ <action type="fix" dev="sebb" due-to="sahvx655-wq">Range-check the port
for IPv6 hosts in isValidAuthority (#412).</action>
<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>
<action type="fix" dev="sebb">Fix deprecations in test classes.</action>
<action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary
Gregory">Compare exact values in DoubleValidator range checks (#410).</action>