diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 386652d4..6dca5d06 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -43,7 +43,7 @@ Test case failures following CSVFormat#equals() update. CSVFormat withTrim() and withIgnoreSurroundingSpaces() need better docs. CSVFormat equals() and hashCode() don't use all fields. - CSVFormat#valiadte() does not account for allowDuplicateHeaderNames #43. + CSVFormat#validate() does not account for allowDuplicateHeaderNames #43. Post 1.7 release fixes. Upgrade test framework to JUnit 5 Jupiter #49, #50. A single empty header is allowed when not allowing empty column headers. #47.