From 0bcdcfd4665e04572dc9c35f6835e588ac1eaf40 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Mon, 1 May 2023 08:44:15 -0400 Subject: [PATCH] Move entry to proper release --- 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 ec8e1b71..0ed022a9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -41,6 +41,7 @@ + Replace deprecated method in user guide, update external link #324, #325. @@ -56,7 +57,6 @@ 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, #325. Serialization in CSVFormat is not supported from one version to the next.