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 dab94203 CSVParser: Identify duplicates in null, empty and blank 
header names #279
dab94203 is described below

commit dab9420315345a4018ce2c4c8e96d4a7a2368e29
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Tue Oct 25 21:24:56 2022 -0400

    CSVParser: Identify duplicates in null, empty and blank header names #279
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fb70985b..bb111e10 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,6 +51,7 @@
       <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>
       <action                 type="fix" dev="ggregory" 
due-to="Dependabot">Bump CSVFormat#serialVersionUID from 1 to 2.</action>
+      <action                 type="fix" dev="ggregory" due-to="Alex 
Herbert">CSVParser: Identify duplicates in null, empty and blank header names 
#279.</action>
       <!-- REMOVE -->
       <action                 type="remove" dev="ggregory">Serialization in 
CSVFormat is not supported from one version to the next.</action>
       <!-- ADD -->

Reply via email to