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 f5ce8cda5e79fc488e24e4a41a1ba9626e2cd9d7
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 3 14:30:35 2026 +0000

    Fix swapped constant maps in Form.process for extended forms (#413).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d1a1ce9d..93f9e1d4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -96,6 +96,7 @@ The <action> type attribute can be add,update,fix,remove.
     <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>
     <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>
     <!-- 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