diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index 83fcc462..1ee3e66b 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -6,7 +6,18 @@
-
| 3.4 (?/?/?,Rev.1204) |
+ |
| 3.4 (?/?/?,Rev.1209) |
+
+IO
+
+- Writers: Avoid std::endl in various writers to avoid flushing the output stream on every line. (Thanks to Roman Zoller for the hint).
+
+
+General
+
+- Fixed various build warnings
+
+
|