diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index c73fe445..76a2dac3 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -7,22 +7,23 @@
-
| 3.0 (?/?/?,Rev.923) |
+ |
| 3.0 (?/?/?,Rev.951) |
Core
- Rewrote all circulators (STL compliant, removed redundant code)
- Added stream operator for FVIter.
- Added mesh cast for meshes with different but identical traits.
+- Fixed segfault of copy_all_properties if one property has been removed before. (Thanks to Simon Flöry for the patch)
-
IO
- close stl files with endsolid
+- fix om writer writing colors
+- Fixed regression and Problem in OM writer
-
Utils
- PropertyManager: Added ability to get property name
@@ -33,11 +34,21 @@
- Adapt to new iterators
- Use short names in Doxygen to prevent windows build failure due to excessive name length
+- Updated doxygen files
+- Use different DOT_FONTNAME
+
+
+Unittests
+
+- Added more om reader/writer unittests
+- Mesh Dual test
+- Stripifier test
Build system
- Build unittests with variadic max of 10 on VS 2012
+- enable deprecated warning for msvc
|