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

asf-gitbox-commits 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 0285587b Fix calculation of week_of_year and week_of_month to allow 
for dates that span a year gap (#408)
0285587b is described below

commit 0285587b1e767e91c0a7a4f7e9e40f2a747bd845
Author: Sebb <[email protected]>
AuthorDate: Sat Jun 27 11:53:10 2026 +0100

    Fix calculation of week_of_year and week_of_month to allow for dates that 
span a year gap (#408)
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7be934b5..ab1f8fed 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -92,6 +92,7 @@ The <action> type attribute can be add,update,fix,remove.
     <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">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>
     <!-- ADD -->
     <action type="add" dev="ggregory" due-to="Gary Gregory">Add and use 
CheckDigitException.CheckDigitException(String, Object...) (#389).</action>

Reply via email to