diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index f081c1f7..239174bc 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -22,11 +22,15 @@
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)
+Boost range support (Thanks to Bastian Pranzas for the patch)
+Made the face and edge split operations that copy properties also copy builtin properties
Utils
- enable c++11 features of many classes for Visual Studio 2013
+- Fixed broken version macros (Thanks to Frederik Salomonsson for the fix)
+- Fixed Build on gcc-7.2 (Thanks to Gero Müller and Martial Tola for the patches)
Tools
@@ -39,11 +43,13 @@
- QuadricT: implement Q+Q and Q*scalar operators for convenience.
- Vector11T: Make converting ctor only accept 2 arguments
+- Only compute normals for faces that are not deleted
IO
+- ImporterT: Modified the add_face function of importerT to always return a valid FaceHandle
- ImporterT: Return a valid FaceHandle when adding non-manifold faces.
- BaseExporter: Added accessor functions for HalfEdgeHandles and faceTexCoords to base exporter and exporter template.
- OBJ Writer: Added functionality to store FaceTexCoords to objwriter
@@ -53,7 +59,6 @@
- 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