From 28350056812f0269f1074d135808632bd2e9e222 Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Mon, 1 May 2023 12:25:34 +0200 Subject: [PATCH] [CSV-306] Add pull request #325 to changes.xml --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5b8bdfb5..ec8e1b71 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -56,7 +56,7 @@ 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. - Replace deprecated method in user guide, update external link #324. + Replace deprecated method in user guide, update external link #324, #325. Serialization in CSVFormat is not supported from one version to the next.