This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-csv.git
The following commit(s) were added to refs/heads/master by this push: new 53be215 [CSV-247] A single empty header is allowed when not allowing empty column headers. #47.</action> 53be215 is described below commit 53be2154bf5488f2860c425d8a445f4338679e66 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Mon Oct 7 13:09:03 2019 -0400 [CSV-247] A single empty header is allowed when not allowing empty column headers. #47.</action> --- src/changes/changes.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0027716..592dcbb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -44,9 +44,10 @@ <action issue="CSV-243" type="fix" dev="sebb">CSVFormat withTrim() and withIgnoreSurroundingSpaces() need better docs.</action> <action issue="CSV-242" type="fix" dev="sebb">CSVFormat equals() and hashCode() don't use all fields.</action> <action issue="CSV-241" type="fix" dev="ggregory" due-to="LuckyIlam, Gary Gregory">CSVFormat#valiadte() does not account for allowDuplicateHeaderNames #43.</action> - <action issue="CSV-245" type="fix" dev="Alex Herbert">Post 1.7 release fixes.</action> - <action issue="CSV-252" type="fix" dev="Allon Mureinik">Upgrade test framework to JUnit 5 Jupiter #49, #50.</action> - <action type="fix" dev="Alex Herbert">Use test scope for supercsv #48.</action> + <action issue="CSV-245" type="fix" dev="ggregory" due-to="Alex Herbert">Post 1.7 release fixes.</action> + <action issue="CSV-252" type="fix" dev="ggregory" due-to= "Alex Herbert">Upgrade test framework to JUnit 5 Jupiter #49, #50.</action> + <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> + <action type="fix" dev="ggregory" due-to="Alex Herbert">Use test scope for supercsv #48.</action> </release> <release version="1.7" date="2019-06-01" description="Feature and bug fix release (Java 8)"> <action issue="CSV-233" type="add" dev="ggregory" due-to="Gary Gregory">Add predefined CSVFormats for printing MongoDB CSV and TSV.</action>