diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index d940fae4..fe7a3e6c 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -13,6 +13,7 @@
- Fixed type pun warning with gcc-6
- Fixed incorrect type of hash function for boost causing a warning with clang
+- gcc 4.7 fix
IO
@@ -20,15 +21,37 @@
STL Reader: Identify stl files containing solid keyword as ASCII type
+Utils
+
+- PropertyManager: Add C++11 range-based set_range() version.
+- PropertyManager: Add initializing createIfNotExists() versions.
+
General
- Fixed undefined MSVC macro warning (Thanks to Xan for the patch)
+Python
+
+- Added link directories and log file to build system
+- Made member function pointer types explicit. This gets rid of a preprocessor conditional and prevents bug in msvc.
+
+
+Unittests
+
+- Added unittest to trigger gcc alignment bug
+
+
+Documentation
+
+- Updated documentation of BaseKernel's property functions to hint at PropertyManager.
+
+
Build System
- Removed unnecessary include dir from Core Cmakelist (Thanks to Xan for the patch)
+- Added a little safeguard against GCC optimizer bug to CMakeLists.txt