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 c4cf4078 Validate input to setDelimiter(String) for empty string #266.
c4cf4078 is described below

commit c4cf4078d0b0aae5806649218971742bc1d85f2b
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Oct 15 09:40:04 2022 -0400

    Validate input to setDelimiter(String) for empty string #266.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index cd97e0d4..8f624a15 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,6 +49,7 @@
       <action                 type="fix" dev="ggregory" due-to="Gary 
Gregory">CSVParser.getRecords() now throws UncheckedIOException instead of 
IOException.</action>
       <action issue="CSV-274" type="fix" dev="ggregory" due-to="Peter Hull, 
Bruno P. Kinoshita, Gary Gregory">Add comments to iterator() and stream() 
#270.</action>
       <action issue="CSV-290" type="fix" dev="ggregory" due-to="angusdev, Gary 
Gregory">Fix wrong assumptions in PostgreSQL formats #265.</action>
+      <action                 type="fix" dev="ggregory" due-to="Mykola 
Faryma">Validate input to setDelimiter(String) for empty string #266.</action>
       <!-- ADD -->
       <action issue="CSV-291" type="add" dev="ggregory" due-to="Gary 
Gregory">Make CSVRecord#values() public.</action>
       <action issue="CSV-264" type="add" dev="ggregory" due-to="Sagar Tiwari, 
Seth Falco, Alex Herbert, Gary Gregory">Add DuplicateHeaderMode for flexibility 
with header strictness. #114.</action>

Reply via email to