diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index b98d28c7f91d812feeca908b2873e8a4253e61ad..a798ae16d7d14ec739c7f88ff53e3ea4c6bbe48f 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -8,6 +8,11 @@
7.0 (?/?/?) |
+Breaking changes
+
+- The minimal standard for C++ has been raised to C++11. Compilers not supporting C++11 or higher are no longer supported
+
+
Core
- Implemented a cast from polyMesh to Mesh and vice versa using static_cast(polymeshInstance) or static_cast(trimeshInstance)
@@ -43,6 +48,11 @@
- Added unittest to write and read faceTexcoords with a test obj file
+Python
+
+- fix the stripping of the python libs version string
+
+
General
|