diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index 3b8b7557..b099e21e 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -8,7 +8,7 @@
-
| 2.0.2 (?/?/?,Rev.473) |
+ |
| 2.0.2 (?/?/?,Rev.478) |
Core
@@ -32,7 +32,10 @@
- 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 (Thanks to Bruno Dutailly)
+- PLY Reader: Support vertex normals (Thanks to Bruno Dutailly)
+- PlY Writer: vertex normal support (Thanks to Bruno Dutailly)
+- OBJ Reader: support for vertex colors after vertices or Vertex colors as separate lines. (Thanks to Bruno Dutailly)
+- OBJ Reader: Handle objs without faces(Thanks to Bruno Dutailly)
- Added trim functions to BaseReader
@@ -54,6 +57,8 @@
- Added test for FaceFaceiter (with and without holes)
- Added test for collapse and is_collapse_ok operations
- Added test for ply reader(points only)
+- Added tests for vertex colors in obj files
+- Added tests for ply reader with and without normals, ascii mode
Doc
|