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-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,9 @@
24
24
<body>
25
25
<releaseversion="1.10.0"date="YYYY-MM-DD"description="This is a feature and maintenance release. Java 8 or later is required.">
26
26
<!-- FIX -->
27
-
<actiontype="add"issue="CLI-339"dev="ggregory"due-to="Gary Gregory">Deprecate CommandLine.Builder() in favor of CommandLine.builder().</action>
28
-
<actiontype="add"issue="CLI-339"dev="ggregory"due-to="Gary Gregory">Deprecate DeprecatedAttributes.Builder() in favor of DeprecatedAttributes.builder().</action>
29
-
<actiontype="add"issue="CLI-339"dev="ggregory"due-to="Dávid Szigecsán">Refactor default parser test #294.</action>
27
+
<actiontype="add"dev="ggregory"due-to="Gary Gregory">Deprecate CommandLine.Builder() in favor of CommandLine.builder().</action>
28
+
<actiontype="add"dev="ggregory"due-to="Gary Gregory">Deprecate DeprecatedAttributes.Builder() in favor of DeprecatedAttributes.builder().</action>
29
+
<actiontype="add"dev="ggregory"due-to="Dávid Szigecsán">Refactor default parser test #294.</action>
30
30
<actiontype="add"dev="ggregory"due-to="Gary Gregory">Port to JUnit 5.</action>
31
31
<!-- ADD -->
32
32
<actiontype="add"issue="CLI-339"dev="ggregory"due-to="Claude Warren, Gary Gregory">Help formatter extension in the new package #314.</action>
0 commit comments