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-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@
39
39
</properties>
40
40
<body>
41
41
<releaseversion="1.8"date="2019-MM-DD"description="Feature and bug fix release (Java 8)">
42
-
<actionissue="CSV-135"type="fix"dev="sebb"due-to="Mateusz Zakarczemny">Char escape doesn't work properly with quoting</action>
42
+
<actionissue="CSV-135"type="fix"dev="sebb"due-to="Mateusz Zakarczemny">Char escape doesn't work properly with quoting.</action>
43
43
<actionissue="CSV-244"type="fix"dev="sebb">Test case failures following CSVFormat#equals() update.</action>
44
44
<actionissue="CSV-243"type="fix"dev="sebb">CSVFormat withTrim() and withIgnoreSurroundingSpaces() need better docs.</action>
45
45
<actionissue="CSV-242"type="fix"dev="sebb">CSVFormat equals() and hashCode() don't use all fields.</action>
@@ -49,6 +49,7 @@
49
49
<actionissue="CSV-247"type="fix"dev="ggregory"due-to="Alex Herbert, Gary Gregory">A single empty header is allowed when not allowing empty column headers. #47.</action>
50
50
<actiontype="fix"dev="ggregory"due-to="Alex Herbert">Use test scope for supercsv #48.</action>
51
51
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Update tests from H2 1.4.199 to 1.4.200.</action>
52
+
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Update tests from Hamcrest 2.1 to 2.2.</action>
52
53
</release>
53
54
<releaseversion="1.7"date="2019-06-01"description="Feature and bug fix release (Java 8)">
54
55
<actionissue="CSV-233"type="add"dev="ggregory"due-to="Gary Gregory">Add predefined CSVFormats for printing MongoDB CSV and TSV.</action>
0 commit comments