diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index a798ae16..b7442bcb 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -18,8 +18,15 @@
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)
+fix halfedge indices in OpenMeshTrimeshCirculatorHalfedgeLoop CWAndCCWCheck
+Fix wrong behaviour of HalfedgeLoopIterators by changing the template parameter
+Added 1-4 triangle split funtion(splits all edges at Midpoints)
+Utils
+
+- enable c++11 features of many classes for Visual Studio 2013
+
Tools
@@ -30,6 +37,7 @@
Geometry
- QuadricT: implement Q+Q and Q*scalar operators for convenience.
+- Vector11T: Make converting ctor only accept 2 arguments
@@ -41,6 +49,9 @@
- OBJ Loader: fixed handling of negative indices in OBJ loader
- OM Writer: Fixed OMWriter when no faces are available (Thanks to Jamie Kydd for the patch)
- OM Writer: Added Mark to the format header to identify end of stream correctly (Thanks to Jamie Kydd for the patch)
+- PLY Reader: Skip reading extra elements after face
+- PLY Reader: Return error when reaching EOF
+
Unittests