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 41b48ad [CLI-326] Make Option.getKey() public #239
41b48ad is described below
commit 41b48ad66575245d5d9a211516bbbb486b6bc4bb
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Feb 29 08:29:27 2024 -0500
[CLI-326] Make Option.getKey() public #239
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b940cfa..ec03d22 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -34,6 +34,7 @@
<action type="add" issue="CLI-322" dev="ggregory" due-to="Claude Warren,
Gary Gregory">Add '-' as an option char and implemented extensive tests
#217.</action>
<action type="add" issue="CLI-324" dev="ggregory" due-to="Claude Warren,
Gary Gregory">Make adding OptionGroups and Options to existing Options easier
#230.</action>
<action type="add" issue="CLI-323" dev="ggregory" due-to="Claude Warren,
Gary Gregory">Added Supplier<T> defaults for getParsedOptionValue
#229.</action>
+ <action type="add" issue="CLI-326" dev="ggregory" due-to="Claude Warren,
Gary Gregory">Make Option.getKey() public #239.</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-parent from 64 to 66.</action>
<action type="update" dev="ggregory" due-to="Elric, Gary Gregory">Update
the tests to JUnit 5 #238.</action>