diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index 479ce482..2d8ca694 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -6,7 +6,7 @@
-
| 3.4 (?/?/?,Rev.1255) |
+ |
| 3.4 (?/?/?,Rev.1265) |
LICENSE
@@ -27,14 +27,24 @@
IO
+- Readers/Writers: extend "can_read/can_write" function. returns true, if no explicit filename is given, but just the extension. closes #2431
- Writers: Avoid std::endl in various writers to avoid flushing the output stream on every line. (Thanks to Roman Zoller for the hint).
- OBJReader: fix reading mtl files with texture only for obj files
-- OBJReader: fix crash, if obj file contains degenerated faces
+
- OBJReader: fix crash, if obj file contains degenerated faces
+Utils
+
+- Fixing PropertyManager so that it cooperates with bool properties even on unforgiving implementations (such as clang).
+
+
+
Tools
- Don't use auto_ptr when compiler supports C++11. Replaced by unique_ptr.
+- Fix for Smoother set_relative error (Thanks to Leonardo Cecchinato for the fix)
+- Improved SmootherT.hh Documentation
+- Fixed old OM3 port warning in smoother
General
@@ -55,6 +65,8 @@
- fixed a bug in the unit test test_add_face.py
- Added tests for tutorials about flip and collapse
+- Added basic smoother compile test
+- Added unit test for bool PropertyManager::set_range.
Build System
|