diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index ab82f514..17f0c6e6 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -7,15 +7,26 @@
-
| 2.2.1 (?/?/?,Rev.638) |
+ |
| 2.2.1 (?/?/?,Rev.662) |
Core
+- New garbage collection function with possibility to update existing handles
+- Fixed crash in garbage collection, if certain status flags are not available (warns in debug mode!)
- Fixed some gcc-4.7 incompatibilities
- TriMesh::split now returns the handle of the new vertex
- Fixed delete_face function, not marking halfedges as deleted, if the edge gets deleted.(Thanks to Maxime Quiblier for the bug report)
+Decimater
+
+- Added multiple choice decimater (~4 times faster than the heap one, but no guarantee on accuracy)
+- Added mixed decimater, switching between mc decimater and standard decimater
+- Decimater modules don't need a decimater type as template argument anymore
+- Module parameters renamed
+- Added Decimater base class
+
+
IO
- Fixed OBJ Reader not correctly setting per halfedge normals. (Thanks to Patrick Rauber for the report)
|