diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index 5b89e9f8..ea297281 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -6,13 +6,14 @@
-
| 3.3 (?/?/?,Rev.1140) |
+ |
| 3.3 (?/?/?,Rev.1186) |
Core
- change name of the types "True" and "False" to "TrueType" and "FalseType" to clarify, that these are types and avoid conflicts
- Fixed two missing this pointers
- Removed several unused variables
+- PolyConnectivity: Fixed constness of EntityRange begin() and end() methods.
Python Interface
@@ -20,18 +21,35 @@
Added a Python interface for OpenMesh. Implemented via boost python
+Utils
+
+- PropertyManager: Added copy_to method.
+- PropertyManager: Added static copy(...) convenience method.
+
IO
- OBJ writer: remove excluding condition for face color (Thanks to Javier Granado for the hint). closes #2247
+- PLY Reader: add custom property support for PLY reader ASCII version
+
+
+Tools
+
+- VDPM: fix comparison with invalid iterator closes #2263
+- Decimater: ModProgMeshT fix 32/64-bit bug on windows (analyzer and synthesizer reads with unsigned int -> 32bit, writer writes size_t -> possible 64-bit)
Documentation
- New acg logo for OpenMesh
- Fixed compilation documentation to include Qt5 and latest compilers
+- Added smootherdocu. closes #2185
+Unittests
+
+- add unittest for vdpm (read and write/read) closes #2263
+
Build system
@@ -42,7 +60,6 @@
- fix cmake (>=3.0) warning on MacOS idue to missing rpath. closes #2251
-
|