diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index e33a542c4f0ab9e02d024e5f60ab70f7bf3c60cf..720a0d5a2fe485ecd5e5b5b6fa9392d5a9f86e5b 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -8,6 +8,30 @@
7.0 (?/?/?) |
+Core
+
+- make all negative handles invalid, not just -1
+- Several warnings fixed (Including the checked iterators)
+
+
+IO
+
+- BaseExporter: Added accessor functions for HalfEdgeHandles and faceTexCoords to base exporter and exporter template.
+- OBJ Writer: Added functionality to store FaceTexCoords to objwriter
+- OBJ Loader: range check for vertex colors and normals in OBJ loader
+- 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)
+
+
+Unittests
+
+- Added unittest to write and read faceTexcoords with a test obj file
+
+
+General
+
|