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 572a98e  Add "since" attribute to Option to track when an Option was 
introduced #292
572a98e is described below

commit 572a98eb98aeacba61c8f2f82dd6531a3d5627aa
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Fri Jul 26 07:57:49 2024 -0400

    Add "since" attribute to Option to track when an Option was introduced #292
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d5ff65b..7c853f4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,6 +26,7 @@
       <!-- ADD -->
       <action type="add" dev="ggregory" due-to="Gary Gregory">Add 
OptionGroup.isSelected().</action>
       <action type="add" dev="ggregory" due-to="Gary Gregory">You can now 
extend HelpFormatter.Builder.</action>
+      <action type="add" dev="ggregory" due-to="Claude Warren">Add 'since' 
attribute to Option to track when an Option was introduced #292</action>
       <!-- FIX -->
       <action type="fix" issue="CLI-334" dev="ggregory" due-to="Eric Pugh">Fix 
Javadoc pathing #280.</action>
       <action type="fix" issue="CLI-335" dev="ggregory" due-to="Claude 
Warren">Updated properties documentation #285.</action>

Reply via email to