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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@
30
30
<actiontype="fix"issue="CLI-325"dev="ggregory"due-to="Claude Warren">Properties from multiple arguments with value separator. #237.</action>
31
31
<actiontype="fix"issue="CLI-327"dev="ggregory"due-to="Claude Warren, Gary Gregory">Fix for expected textual date values. #244.</action>
32
32
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Option.Builder.option("") should throw IllegalArgumentException instead of ArrayIndexOutOfBoundsException.</action>
33
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Avoid NullPointerException in CommandLine.getOptionValues(Option|String).</action>
33
34
<!-- ADD -->
34
35
<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>
35
36
<actiontype="add"dev="ggregory"due-to="Gary Gregory">Add Maven property project.build.outputTimestamp for build reproducibility.</action>
0 commit comments