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 580d9b8a [CSV-310] Misleading error message when QuoteMode set to None #352 580d9b8a is described below commit 580d9b8a41139e9e28c260ef0ec493345b7de744 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Sep 13 09:01:26 2023 -0400 [CSV-310] Misleading error message when QuoteMode set to None #352 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 61f0ebda..5f214cb9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -49,6 +49,7 @@ <action type="fix" dev="ggregory" due-to="jkbkupczyk">Add missing docs #328.</action> <action type="fix" dev="ggregory" due-to="step-security-bot">[StepSecurity] CI: Harden GitHub Actions #329, #330.</action> <action type="fix" issue="CSV-147" dev="ggregory" due-to="Steven Peterson, Benedikt Ritter, Gary Gregory, Joerg Schaible, Buddhi De Silva, Elliotte Rusty Harold">Better error message during faulty CSV record read #347.</action> + <action type="fix" issue="CSV-310" dev="ggregory" due-to="Buddhi De Silva">Misleading error message when QuoteMode set to None #352.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io:commons-io: from 2.11.0 to 2.13.0.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 57 to 62.</action>