diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index 24f358f1..eabdedaf 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -26,11 +26,16 @@
IO
- STL Reader: Change stl reader behaviour on extension .stl , Don't check for the solid keyword explicitly
+- OM Writer: Removed debug output
Build System
- Dropped 32-bit Windows continuous integration and artifact builds.
+- Removed the VERSION file and do it via cmakes project call)
+
- Switched to external cmake-library used by all of our projects now
+- Removed custom Eigen3 finder. Eigen3 has full cmake support. (You can point OpenMesh to eigen via -DEigen3_DIR="c:\" )
+
- Added support for and fixed some issues with VS2019