You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,14 @@
24
24
<body>
25
25
<releaseversion="1.7.0"date="202Y-MM-DD"description="New features and bug fixes">
26
26
<!-- FIX -->
27
-
<actiontype="fix"issue="CLI-312"dev="ggregory"due-to="Claude Warren, Gary Gregory">Inconsistent behaviour in key/value pairs (Java property style).</action>
27
+
<actiontype="fix"issue="CLI-312"dev="ggregory"due-to="Claude Warren, Gary Gregory">Inconsistent behavior in key/value pairs (Java property style).</action>
28
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Avoid NullPointerException in Util.stripLeadingAndTrailingQuotes(String).</action>
28
29
<!-- ADD -->
29
30
<actiontype="add"issue="CLI-321"dev="ggregory"due-to="Claude Warren, Gary Gregory">Add and use a Converter interface and implementations without using BeanUtils #216.</action>
30
31
<actiontype="add"dev="ggregory"due-to="Gary Gregory">Add Maven property project.build.outputTimestamp for build reproducibility.</action>
31
32
<actiontype="add"issue="CLI-322"dev="ggregory"due-to="Claude Warren, Gary Gregory">Add '-' as an option char and implemented extensive tests #217.</action>
32
33
<actiontype="add"issue="CLI-324"dev="ggregory"due-to="Claude Warren, Gary Gregory">Make adding OptionGroups and Options to existing Options easier #230.</action>
33
-
<actiontype="add"issue="CLI-323"dev="ggregory"due-to="Claude Warren, Gary Gregory">Added Supplier<T> defaults for getParsedOptionValue #229 .</action>
34
+
<actiontype="add"issue="CLI-323"dev="ggregory"due-to="Claude Warren, Gary Gregory">Added Supplier<T> defaults for getParsedOptionValue #229 .</action>
34
35
<!-- UPDATE -->
35
36
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Bump commons-parent from 64 to 66.</action>
0 commit comments