diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index 22e7a66f..ab82f514 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -7,7 +7,7 @@
-
| 2.2.1 (?/?/?,Rev.622) |
+ |
| 2.2.1 (?/?/?,Rev.638) |
Core
@@ -23,11 +23,20 @@
- Fix: OM Reader used different types on 32/64-bit systems. (Thanks to Martin Bayer for the patch)
+IO
+
+- Core/Utils: Added PropertyManager class.
+
+
+
Unittests
- Added unittest for OBJ texture coordinates.
- Added unittests for add_face.
- Added unittest for getting handles and faces from the iterator.
+- Added unittest for creating a cube with 6 quads in a poly mesh.
+- Added unittest adding a cube with 12 faces triangulated to a trimesh.
+- Fixed gcc-4.7 warnings.
Tools
@@ -49,6 +58,8 @@
Updated the Compiler flags construction to remove some unnecessary warnings with clang
Don't add the largeaddressaware flag when building with mingw
Readded missing DOXY_IGNORE_THIS definition to doxygen file
+Output OpenMesh Build type in cmake header printout
+Windows: Extended min max warning to allow undefs
|