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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,8 @@
25
25
<releaseversion="1.7.0"date="202Y-MM-DD"description="New features and bug fixes">
26
26
<!-- FIX -->
27
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
29
-
<action type="fix"issue="CLI-320"dev="ggregory"due-to="Paul King, Claude Warren">Awkward behavior of Option.builder() for multiple optional args.</action
28
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Avoid NullPointerException in Util.stripLeadingAndTrailingQuotes(String).</action>
29
+
<actiontype="fix"issue="CLI-320"dev="ggregory"due-to="Paul King, Claude Warren">Awkward behavior of Option.builder() for multiple optional args.</action>
30
30
<!-- ADD -->
31
31
<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>
32
32
<actiontype="add"dev="ggregory"due-to="Gary Gregory">Add Maven property project.build.outputTimestamp for build reproducibility.</action>
0 commit comments