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
The following commit(s) were added to refs/heads/master by this push:
new 9705b93e Reject non-BMP code points in the Character type converter
(#425).
9705b93e is described below
commit 9705b93e838abef2cc8753baaf16ac2997a31263
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 11 08:20:48 2026 -0400
Reject non-BMP code points in the Character type converter (#425).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5446931a..30ed6e92 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -29,6 +29,7 @@
<action type="fix" dev="ggregory" due-to="Dan Ziemba, Ken Dombeck, Gary
Gregory" issue="CLI-352">Correct HelpFormatter Javadoc #418.</action>
<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>
<!-- 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>