diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index 2b06066b..22e7a66f 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -7,17 +7,20 @@
-
| 2.2.1 (?/?/?,Rev.613) |
+ |
| 2.2.1 (?/?/?,Rev.622) |
Core
- 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)
IO
- Fixed OBJ Reader not correctly setting per halfedge normals. (Thanks to Patrick Rauber for the report)
- Fixed bug in halfedge normal computation, where a boundary halfedge was not correctly handled and caused a segfault.
+- Fix: OM Reader used different types on 32/64-bit systems. (Thanks to Martin Bayer for the patch)
Unittests
@@ -45,6 +48,7 @@
- Updated the Compiler flags construction to remove some unnecessary warnings with clang
- Don't add the largeaddressaware flag when building with mingw
+- Readded missing DOXY_IGNORE_THIS definition to doxygen file
|