diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 70c1b8ee..76d79827 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -43,6 +43,7 @@
CSVFormat withTrim() and withIgnoreSurroundingSpaces() need better docs.
CSVFormat equals() and hashCode() don't use all fields.
CSVFormat#valiadte() does not account for allowDuplicateHeaderNames #43.
+ Post 1.7 release fixes.
Add predefined CSVFormats for printing MongoDB CSV and TSV.