diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index a798ae16..2a55a8fa 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -18,6 +18,7 @@
Implemented a cast from polyMesh to Mesh and vice versa using static_cast(polymeshInstance) or static_cast(trimeshInstance)
make all negative handles invalid, not just -1
Several warnings fixed (Including the checked iterators)
+split_copy and split_edge_copy operations now also copy internal properties.
@@ -46,6 +47,7 @@
Unittests
- Added unittest to write and read faceTexcoords with a test obj file
+- Added unittest for split_edge_copy operations on Tri and PolyMeshes
Python