diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index 262a0d53..08b70089 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -6,7 +6,7 @@
-
| 3.3 (?/?/?,Rev.1186) |
+ |
| 3.3 (?/?/?,Rev.1200) |
Core
@@ -15,6 +15,7 @@
- Removed several unused variables
- PolyConnectivity: Fixed constness of EntityRange begin() and end() methods.
- VectorT: add specializations for 5/6 dimension vectors
+- VectorT: added const getter for data_vector()
- VectorT: Modified Vector constructors! The constructors now check the size of the vector at compile time not run time. This might produce compiler errors but ensures that the vectors are initialized correctly.
@@ -39,6 +40,7 @@
- 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)
+- Decimater: Added an observer class which can trigger a callback to monitor and abort the decimater process from outside.
Documentation
|