diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index 5855e1e1..3b8b7557 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -8,7 +8,7 @@
-
| 2.0.2 (?/?/?,Rev.463) |
+ |
| 2.0.2 (?/?/?,Rev.473) |
Core
@@ -32,7 +32,8 @@
- OFF Reader: Fixed crash on some files containing empty lines(Thanks to R.Schneider for the fix)).
- STL Reader: Add empty mesh when reading empty stl file (don't fail as this is still a valid file)
-- PLY Reader: Support normals
+- PLY Reader: Support normals (Thanks to Bruno Dutailly)
+- Added trim functions to BaseReader
Decimater
@@ -75,6 +76,7 @@
- On windows: If release and debug libs are build in same directory, install them both
- On windows: Make sure that all dlls are copied
- On windows: create start menu shortcut to Documentation
+- On windows: MinGW support
|