diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index 17f0c6e6..f070afc2 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -7,7 +7,7 @@
-
| 2.2.1 (?/?/?,Rev.662) |
+ |
| 2.2.1 (?/?/?,Rev.675) |
Core
@@ -15,7 +15,10 @@
- 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)
+- Fixed delete_face function, not mariking halfedges as deleted, if the edge gets deleted.(Thanks to Maxime Quiblier for the bug report)
+- Added range based for loops compatible ranges to PolyConnectivity.
+- Added a function to copy single properties between entities of same type. (Thanks to Duncan Paterson for the patch)
+- Added functions to copy all properties between entities. (Thanks to Duncan Paterson for the patch)
Decimater
@@ -25,6 +28,7 @@
Decimater modules don't need a decimater type as template argument anymore
Module parameters renamed
Added Decimater base class
+Added some OpenMP loops to ModHausdorffT for speedup
IO
@@ -47,6 +51,7 @@
Added unittest for getting handles and faces from the iterator.
Added unittest for creating a cube with 6 quads in a poly mesh.
Added unittest adding a cube with 12 faces triangulated to a trimesh.
+Added unittest for MCDecimater
Fixed gcc-4.7 warnings.
|