diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c977be39..08bb177c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,6 +55,7 @@
Improve lexer and token coverage #67.
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.