From 4d07845a95b8adf619297b1e4215f36414b9b57a Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 14 Sep 2024 12:31:55 -0400 Subject: [PATCH] [CSV-150] Escaping is not disableable --- 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 d2f7176a..fa5605ea 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -50,7 +50,7 @@ Migrate CSVFormat#print(File, Charset) to NIO #445. Fix documentation for CSVFormat private constructor #466. CSVFormat does not support explicit " as escape char. - CSVFormat does not support explicit " as escape char. + Escaping is not disableable. Bump commons-codec:commons-codec from 1.16.1 to 1.17.1 #422, #449. Bump org.apache.commons:commons-parent from 69 to 74 #435, #452, #465, #468.