From 2b51aa7d80b86cbc2c17a36a266cfb4970b2ae00 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Tue, 17 Mar 2020 10:53:44 -0400 Subject: [PATCH] [CSV-259] CSVFormat.printWithEscapes throws StringIndexOutOfBoundsException when value is Reader #61. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 47930b91..417cc5bf 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -42,6 +42,7 @@ Add testcases for CSVRecord with get(Enum) and toString. #54. Replace FindBugs with SpotBugs #56. Javadoc typo in CSVFormat let's -> lets #57. + CSVFormat.printWithEscapes throws StringIndexOutOfBoundsException when value is Reader #61.