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-cli.git

commit a4325743cd54c5c1a47ae592993cef3e84156476
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 11 15:01:44 2026 -0400

    Reject invalid dates in Converter.DATE (#430).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 30ed6e92..828c7eb7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,6 +30,7 @@
       <action type="fix" dev="ggregory" due-to="Elric, Gary Gregory">Fix 
broken Javadoc links, replace deprecated methods in usage examples, and add a 
missing method to HelpFormatter (#424).</action>
       <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Use 
Locale.ENGLISH when parsing dates in Converter.DATE (#426).</action>
       <action type="fix" dev="ggregory" due-to="Digiscrypt Technologies, Gary 
Gregory">Reject non-BMP code points in the Character type converter 
(#425)..</action>
+      <action type="fix" dev="ggregory" due-to="Digiscrypt Technologies, Gary 
Gregory">Reject invalid dates in Converter.DATE (#430).</action>
       <!-- ADD -->
       <!-- UPDATE -->
       <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">Bump org.apache.commons:commons-parent from 91 to 102 #414, 
#416.</action>

Reply via email to