diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index fd75ff903f9c9af8c7dc4628590d1fbd7c30a8af..5b89e9f8f8fd47458fa29f9e254a9decbf735842 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -11,8 +11,16 @@
Core
- change name of the types "True" and "False" to "TrueType" and "FalseType" to clarify, that these are types and avoid conflicts
+- Fixed two missing this pointers
+- Removed several unused variables
+Python Interface
+
+- Added a Python interface for OpenMesh. Implemented via boost python
+
+
+
IO
- OBJ writer: remove excluding condition for face color (Thanks to Javier Granado for the hint). closes #2247