Skip to content

Commit 53be215

Browse files
author
Gary Gregory
committed
[CSV-247] A single empty header is allowed when not allowing empty
column headers. apache#47.</action>
1 parent 0596491 commit 53be215

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/changes/changes.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@
4444
<action issue="CSV-243" type="fix" dev="sebb">CSVFormat withTrim() and withIgnoreSurroundingSpaces() need better docs.</action>
4545
<action issue="CSV-242" type="fix" dev="sebb">CSVFormat equals() and hashCode() don't use all fields.</action>
4646
<action issue="CSV-241" type="fix" dev="ggregory" due-to="LuckyIlam, Gary Gregory">CSVFormat#valiadte() does not account for allowDuplicateHeaderNames #43.</action>
47-
<action issue="CSV-245" type="fix" dev="Alex Herbert">Post 1.7 release fixes.</action>
48-
<action issue="CSV-252" type="fix" dev="Allon Mureinik">Upgrade test framework to JUnit 5 Jupiter #49, #50.</action>
49-
<action type="fix" dev="Alex Herbert">Use test scope for supercsv #48.</action>
47+
<action issue="CSV-245" type="fix" dev="ggregory" due-to="Alex Herbert">Post 1.7 release fixes.</action>
48+
<action issue="CSV-252" type="fix" dev="ggregory" due-to= "Alex Herbert">Upgrade test framework to JUnit 5 Jupiter #49, #50.</action>
49+
<action issue="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+
<action type="fix" dev="ggregory" due-to="Alex Herbert">Use test scope for supercsv #48.</action>
5051
</release>
5152
<release version="1.7" date="2019-06-01" description="Feature and bug fix release (Java 8)">
5253
<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)