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.