diff --git a/Documentation/DeveloperHelpSources/changelog.docu b/Documentation/DeveloperHelpSources/changelog.docu
index 59779796b49034101a0446cee2de53e28c47edd1..e4bf77f2775c0d84922f335912ccb0aa4aad7029 100644
--- a/Documentation/DeveloperHelpSources/changelog.docu
+++ b/Documentation/DeveloperHelpSources/changelog.docu
@@ -9,9 +9,17 @@
- Queued cross plugin interconnection feature
- Use QOpenGLWidget
- Switched to Qt command line parsing and removed SimpleOpt
+ - ACG
+ - Clamp shininess in Materialnode (caused GL Errors)
+ - Better Material support in Materialnode (emissive and refractive materials)
- Plugins
+ - OBJ
+ - Read emissive and refractive materials
- Primitives
- Added Torus
+ - PropertyViz
+ - Support Build without OVM (Thanks to Matthias Moeller for the patch)
+ - Added normalized checkbox to vizualize vectors as colors
- SelectionBase
- added signal and slot to add widgets for selectionParameters to the selectioninterface
- VSI
@@ -28,6 +36,8 @@
- Make sure that resource filenames are unique
- Split Type plugins into separate builds and remove types from pluginlib
- Make all plugins submodules and therefore standalone git repositories
+ - don't recognize type dependency as fulfilled when type plugin is in source tree but not built (e.g. type plugin misses dependencies) (Thanks to Matthias Moeller for the patch)
+ - Reduced number of includes to speedup comilation
- OpenFlipper 3.1 ( 2016/10/12 )
- General