diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index 67971d0b..e94a480c 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -8,7 +8,7 @@
-
| 2.4 (?/?/?,Rev.821) |
+ |
| 2.4 (?/?/?,Rev.830) |
Vector Type
@@ -18,6 +18,9 @@
IO
+- Try to get rid of memory leak in IOManager(Changes the pointer used for IOManager to a static IOManager in the getter function)
+- Fixed writing face indices in different configurations regarding vertex texture coordinates and vertex normals (Thanks to Robert Luo for the patch)
+- Fixed a bug with OBJReader that prevented the material color to be loaded correctlyi(Thanks to Karthik Nathan for the patch)
- Made STL Reader work, with the clear = false flag and Redundant lookup removed. ( Thanks to Peter Newman for the patch)
- Missing include, preventing build on VS2012 (Thanks to Mageri Filali Maltouf for the patch)
- Fixed various warnings reported by cppcheck
@@ -34,6 +37,7 @@
Utils
- PropertyManager: Added PropertyManager::propertyExists() method.
+- PropertyManager: Enabled initialization of invalid PropertyManager.
- Added color_cast from Vec3f and Vec4f to Vec3i and Vec3ui
- Added color_cast from Vec4f to Vec4i and Vec4ui
@@ -44,8 +48,16 @@
- Make Hausdorff module thread safe. Removed static point vector. (Thanks to Falko Löffler for the fix)
+Tools
+
+- Command Line Decimater: Added an explanation on how to use multiple modules to the commandlineDecimater help output
+- Command Line Decimater: The normal deviation module now also is a priority module in the commandlineDecimater tool
+- Gui Decimater: Added decimater related help output to DecimaterGui when 'h' is pressed as the application is running
+
+
Unittests
+- Added unittest for collapse and is_collapse_ok
- Added unittests for delete_face
- Added unittests for circulators
- Added test for writing and reading vertex colors to and from an OFF file. The default color type Vec3uc from DefaultTraits in Traits.hh is used.
@@ -53,6 +65,11 @@
- Added a unittest that writes and reads a binary PLY file with vertex colors
+Documentation
+
+- Adjusted the documation for the decimation tutorial so that the priority module is correctly initialized
+
+
|
| 2.3.1 (2012/12/20,Rev.778) |
|