diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index 72f26519..7a1d64b8 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -13,20 +13,17 @@
OM Reader/Writer: Only rad and write custom properties if the Custom option is set (The default option contains this flag).
-IO
-
-- PLY reader/writer: Support for meshlab texture coordinates and ids in PLY IO (Thanks to Gregoire Grzeczkowicz for the patch)
-
Tools
- Decimater: Fixed incompatibility with Eigen vector type
-
IO
+- OM Reader/Writer: Only rad and write custom properties if the Custom option is set (The default option contains this flag).
- OBJ writer: Added param 'texture_file' to the Options class, it specifies the path to the texture file (Thanks to Philipp Auersperg-Castell for the patch)
- OBJ writer: added param 'material_file_extension' to the Options class, it specifies the material file suffix, default is ".mat" as it was before. (Thanks to Philipp Auersperg-Castell for the patch)
+- PLY reader/writer: Support for meshlab texture coordinates and ids in PLY IO (Thanks to Gregoire Grzeczkowicz for the patch)
Build System