diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index 14b6228a..14d7155d 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -27,6 +27,8 @@
- STL Reader: Change stl reader behaviour on extension .stl , Don't check for the solid keyword explicitly
- OM Writer: Removed debug output
+- OM Writer/Reader: Added support for (re)storing properties of type vector
+- OM Reader: Properties can now be restored from files without the need to create the properties beforehand. Custom types need to be registered for this to work using the OM_REGISTER_PROPERTY_TYPE macro.
Tools