diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2b06dc9a..22f74658 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -56,6 +56,8 @@ CSVFormat.format trims last delimiter if the delimiter is a white space #71. Replace org.apache.commons.csv.Assertions.notNull() with Objects.requireNonNull(). Update tests from commons-io:commons-io 2.6 to 2.7. + Line number is not proper at EOF. + Parser iterates over the last CSV Record twice.