diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index f070afc2..6bf32055 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -7,7 +7,9 @@
-
| 2.2.1 (?/?/?,Rev.675) |
+ |
| 2.2.1 (?/?/?,Rev.688) |
+
+Todo changelogs : 685
Core
@@ -19,6 +21,7 @@
- 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)
+- Added split copy operations, which copy properties of splitted elements to the newly created ones. ( Thanks to Duncan Paterson for the patch )
Decimater
@@ -66,6 +69,7 @@
More documentation for the add_face functions (and some code cleanup)
Updated doxyfile.config.in version
Updated documentation for garbage collection
+Updated documentation for the vertex_split operation
Fixed typo on main page
|