This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-cli.git
commit 26acfdc7922a1f9c83e0e7046eb516187130a741 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jan 29 08:44:37 2024 -0500 [CLI-321] Add and use a Converter interface and implementations without using BeanUtils --- src/changes/changes.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0a03ff4..55bbfa8 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -23,6 +23,8 @@ </properties> <body> <release version="1.7.0" date="202Y-MM-DD" description="New features and bug fixes"> + <!-- ADD --> + <action type="add" issue="CLI-321" dev="ggregory" due-to="Claude Warren, Gary Gregory">Add and use a Converter interface and implementations without using BeanUtils #216.</action> </release> <release version="1.6.0" date="2023-10-23" description="New features and bug fixes"> <!-- FIX -->