diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index 81f7d9ea..8c73baff 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -9,6 +9,16 @@
| 6.3 (?/?/?) |
+General
+
+- Fixed undefined MSVC macro warning (Thanks to Xan for the patch)
+
+
+Build System
+
+- Removed unnecessary include dir from Core Cmakelist (Thanks to Xan for the patch)
+
+
|
| 6.2 (2016/07/11) |
@@ -26,7 +36,6 @@
General
- Added size_t hash_value functions to support boost unordered_set and map
-- Fixed undefined MSVC macro warning (Thanks to Xan for the patch)
|