diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index 1ee3e66b..f2813e71 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -6,18 +6,33 @@
-
| 3.4 (?/?/?,Rev.1209) |
+ |
| 3.4 (?/?/?,Rev.1213) |
+
+Core
+
+- Fixed crash when writing with multiple threads to mostream. closes #2293 (Note: This fix is only active with C++11 support)
+
IO
- Writers: Avoid std::endl in various writers to avoid flushing the output stream on every line. (Thanks to Roman Zoller for the hint).
+Tools
+
+- Don't use auto_ptr when compiler supports C++11. Replaced by unique_ptr.
+
+
+
General
- Fixed various build warnings
+Documentation
+
+- Added extra hint about status flags when collapsing edges
+
|