Skip to content

Commit d6778b7

Browse files
committed
Fix typo performance test apache#55.
1 parent c8527b3 commit d6778b7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/changes/changes.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<title>Apache Commons CSV Release Notes</title>
3939
</properties>
4040
<body>
41-
<release version="1.8" date="2019-01-18" description="Feature and bug fix release (Java 8)">
41+
<release version="1.8" date="2019-01-DD" description="Feature and bug fix release (Java 8)">
4242
<action issue="CSV-255" type="add" dev="ggregory" due-to="0x100">Add CSVRecord.isSet(int) method #52.</action>
4343
<action issue="CSV-135" type="fix" dev="sebb" due-to="Mateusz Zakarczemny">Char escape doesn't work properly with quoting.</action>
4444
<action issue="CSV-244" type="fix" dev="sebb">Test case failures following CSVFormat#equals() update.</action>
@@ -53,6 +53,7 @@
5353
<action type="update" dev="ggregory" due-to="Gary Gregory">Update tests from Hamcrest 2.1 to 2.2.</action>
5454
<action type="update" dev="ggregory" due-to="Gary Gregory">Update tests from Mockito 3.1.0 to 3.2.4.</action>
5555
<action type="update" dev="ggregory" due-to="Chen">Fix typos in site and test #53.</action>
56+
<action type="update" dev="ggregory" due-to="Chen">Fix typo performance test #55.</action>
5657
</release>
5758
<release version="1.7" date="2019-06-01" description="Feature and bug fix release (Java 8)">
5859
<action issue="CSV-233" type="add" dev="ggregory" due-to="Gary Gregory">Add predefined CSVFormats for printing MongoDB CSV and TSV.</action>

0 commit comments

Comments
 (0)