From d0bc2e3618d4e964b0fbc7a629d19a94ced6712d Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Wed, 25 Mar 2020 10:35:22 -0400 Subject: [PATCH] Fix 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 c11966d2..6577c36f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -44,7 +44,7 @@ Javadoc typo in CSVFormat let's -> lets #57. CSVFormat.printWithEscapes throws StringIndexOutOfBoundsException when value is Reader #61. org.mockito:mockito-core 3.2.4 -> 3.3.3. - Make the method CSVRecord#putIn(Map) public. + Make the method CSVRecord.putIn(Map) public. Improve CSVFormat test coverage #63. Update org.junit.jupiter:junit-jupiter from 5.6.0 to 5.6.1. Fix CSVFileParserTest.java to allow for a null return value from record.getComment() #62.