diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index ce4a7404..c335c46e 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -8,6 +8,12 @@
| 8.1 (?/?/?) |
+Breaking Changes
+
+- PropertyManager: PropertyManager only gives const access to the underlying mesh.
+
+
+
Core
- Property System: Get rid of the OM_FORCE_STATIC_CAST defines. We use the type ids to check if the cast is valid or not. This will add more type safety.
|