diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index b1dfa0ef..fd75ff90 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -6,7 +6,34 @@
-
| 3.3 (?/?/?,Rev.1107) |
+ |
| 3.3 (?/?/?,Rev.1140) |
+
+Core
+
+- change name of the types "True" and "False" to "TrueType" and "FalseType" to clarify, that these are types and avoid conflicts
+
+
+IO
+
+- OBJ writer: remove excluding condition for face color (Thanks to Javier Granado for the hint). closes #2247
+
+
+Documentation
+
+- New acg logo for OpenMesh
+- Fixed compilation documentation to include Qt5 and latest compilers
+
+
+
+Build system
+
+- Apple/Unix: Don't install into libs/OpenMesh subdir but directly into libs. closes #2257
+- Apple/Unix: Install to lib64 on 64-bit. closes #2257
+- fix wrong name for static lib on unix based os with multi generator compilers
+- fix permissions for static lib (they have the same as all other libs now)
+- fix cmake (>=3.0) warning on MacOS idue to missing rpath. closes #2251
+
+
|