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 2bd2217  [CSV-264] Add DuplicateHeaderMode for flexibility with header 
strictness. #114
2bd2217 is described below

commit 2bd221704b704cc0fa55fb40cf2b526c69571516
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Feb 19 12:10:24 2022 -0500

    [CSV-264] Add DuplicateHeaderMode for flexibility with header
    strictness. #114
---
 src/changes/changes.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fb247bc..d228196 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,6 +45,8 @@
       <action issue="CSV-288" type="fix" dev="ggregory" due-to="Santhsoh, 
Angus">Fix for multi-char delimiter not working as expected #218.</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="Seth Falco, 
Alex Herbert, Gary Gregory">Add DuplicateHeaderMode for flexibility with header 
strictness. #114.</action>
+      
       <!-- UPDATE -->
       <action                 type="update" dev="ggregory" 
due-to="Dependabot">Bump checkstyle from 8.44 to 9.2.1 #180, #190, #194, #202, 
#207.</action>
       <action                 type="update" dev="ggregory" 
due-to="Dependabot">Bump junit-jupiter from 5.8.0-M1 to 5.8.2 #179, #186, 
#201.</action>

Reply via email to