Skip to content

Commit 3061576

Browse files
committed
[CLI-332] Add optional HelpFormatter Function to document Deprecated
options #271
1 parent 7aac2dd commit 3061576

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/changes/changes.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@
2323
</properties>
2424
<body>
2525
<release version="1.7.1" date="YYYY-MM-DD" description="This release contains new features and bug fixes and requires Java 8 or above.">
26+
<!-- ADD -->
27+
<action type="add" issue="CLI-332" dev="ggregory" due-to="Claude Warren, Gary Gregory">Add optional HelpFormatter Function to document Deprecated options #271.</action>
28+
<!-- FIX -->
2629
<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>
27-
<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>
30+
<action type="fix" dev="ggregory" due-to="Claude Warren, Gary Gregory">Avoid throwing NullPointerException when calling CommandLineParser will null array elements.</action>
31+
<!-- UPDATE -->
2832
</release>
2933
<release version="1.7.0" date="2024-04-13" description="This release contains new features and bug fixes and requires Java 8 or above.">
3034
<!-- FIX -->

0 commit comments

Comments
 (0)