From dab9420315345a4018ce2c4c8e96d4a7a2368e29 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Tue, 25 Oct 2022 21:24:56 -0400 Subject: [PATCH] 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 @@ Fix wrong assumptions in PostgreSQL formats #265. Validate input to setDelimiter(String) for empty string #266. Bump CSVFormat#serialVersionUID from 1 to 2. + CSVParser: Identify duplicates in null, empty and blank header names #279. Serialization in CSVFormat is not supported from one version to the next.