Skip to content

Commit 330a19f

Browse files
committed
[CLI-318] Inconsistent date format in changes report
1 parent 7cc42a8 commit 330a19f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/changes/changes.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
<action dev="ggregory" type="fix" due-to="step-security-bot, Gary Gregory">
4747
[StepSecurity] ci: Harden GitHub Actions #176.
4848
</action>
49+
<action dev="ggregory" type="fix" due-to="Alexander Veit, Gary Gregory" issue="CLI-318">
50+
Inconsistent date format in changes report.
51+
</action>
4952
<!-- ADD -->
5053
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
5154
Add github/codeql-action.
@@ -94,7 +97,7 @@
9497
Update JUnit 4 to 5 vintage.
9598
</action>
9699
</release>
97-
<release version="1.5.0" date="10-23-2021" description="New features and bug fixes (Java 7).">
100+
<release version="1.5.0" date="2021-10-23" description="New features and bug fixes (Java 7).">
98101
<!-- FIX -->
99102
<action type="fix" dev="ggregory" due-to="Gary Gregory">
100103
Fix NPE in DefaultParser.isLongOption(String).

0 commit comments

Comments
 (0)