diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index 89de0736..77115961 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -36,6 +36,7 @@
Core
- Added clean_keep_reservation() (remove all elements from the mesh but keeps the properties. In contrast to clean() the memory used for the elements will remain allocated
+- Reduced number of include statements to speedup compilation
General
@@ -46,6 +47,10 @@
Reduced number of includes
+IO
+
+- OMWriter: fix crash in OMWriter when writing an empty mesh with colors
+
VectorT
@@ -58,11 +63,20 @@
- Added tests for vec2x construction
+Documentation
+
+- Add some more documentation about primitive deletion. Closes #14
+
+
Build System
- Fixed missing debug dll for autobuilders
+Python Interface
+
+- Exposed Decimater to python
+