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 b1b05d2 Add Option unit tests #76.
b1b05d2 is described below
commit b1b05d240e1610c09ce4e3c7290dc66f69ae776b
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Oct 23 08:35:47 2021 -0400
Add Option unit tests #76.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index cf380a7..b2bb55d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,6 +65,9 @@
<action type="add" dev="ggregory" due-to="Waldemar Sojka, Gary Gregory">
Added setter for Builder.option #33.
</action>
+ <action type="add" dev="ggregory" due-to="Waldemar Sojka, Gary Gregory">
+ Add Option unit tests #76.
+ </action>
<!-- UPDATE -->
<action type="update" dev="ggregory" issue="CLI-294">
Update Java from version 5 to 7.