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


The following commit(s) were added to refs/heads/master by this push:
     new 3061576  [CLI-332] Add optional HelpFormatter Function to document 
Deprecated options #271
3061576 is described below

commit 3061576e30fcbf2159211a6534a56765c1516fab
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat May 11 13:37:18 2024 -0400

    [CLI-332] Add optional HelpFormatter Function to document Deprecated
    options #271
---
 src/changes/changes.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ebc9d9f..0c97bc5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,8 +23,12 @@
   </properties>
   <body>
     <release version="1.7.1" date="YYYY-MM-DD" description="This release 
contains new features and bug fixes and requires Java 8 or above.">
+      <!-- ADD -->
+      <action type="add" issue="CLI-332" dev="ggregory" due-to="Claude Warren, 
Gary Gregory">Add optional HelpFormatter Function to document Deprecated 
options #271.</action>
+      <!-- FIX -->
       <action type="fix" issue="CLI-331" dev="ggregory" due-to="Claude Warren, 
Gary Gregory">Handle reporting of deprecated options when parameters are not 
String type. #270.</action>
-      <action type="fix" issue="CLI-331" dev="ggregory" due-to="Claude Warren, 
Gary Gregory">Avoid throwing NullPointerException when calling 
CommandLineParser will null array elements.</action>
+      <action type="fix" dev="ggregory" due-to="Claude Warren, Gary 
Gregory">Avoid throwing NullPointerException when calling CommandLineParser 
will null array elements.</action>
+      <!-- UPDATE -->
     </release>
     <release version="1.7.0" date="2024-04-13" description="This release 
contains new features and bug fixes and requires Java 8 or above.">
       <!-- FIX -->

Reply via email to