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
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,10 @@
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>
46
46
<actionissue="CSV-241"type="fix"dev="ggregory"due-to="LuckyIlam, Gary Gregory">CSVFormat#valiadte() does not account for allowDuplicateHeaderNames #43.</action>
<actionissue="CSV-252"type="fix"dev="ggregory"due-to= "Alex Herbert">Upgrade test framework to JUnit 5 Jupiter #49, #50.</action>
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
+
<actiontype="fix"dev="ggregory"due-to="Alex Herbert">Use test scope for supercsv #48.</action>
50
51
</release>
51
52
<releaseversion="1.7"date="2019-06-01"description="Feature and bug fix release (Java 8)">
52
53
<actionissue="CSV-233"type="add"dev="ggregory"due-to="Gary Gregory">Add predefined CSVFormats for printing MongoDB CSV and TSV.</action>
0 commit comments