diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index 577a8f64..883ee852 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -7,7 +7,7 @@
-
| 3.2 (?/?/?,Rev.1070) |
+ |
| 3.2 (2014/07/17,Rev.1104) |
Core
@@ -19,6 +19,18 @@
- Silence the readers/writers (Some of them always wrote output to command line).
+Utils
+
+- PropertyManager: Added PropertyManager::move to C++11 .
+
+
+
+Subdivider
+
+- Added CatmullClark without point updates support.
+- Uniform, Longest Edge: fixed template deduction error with float precision meshes
+
+
Documentation
- Updated doxyfile to 1.8.7
@@ -26,6 +38,20 @@
- Added boundary navigation info to mesh navigation page
+Build system
+
+- Qt5 support for example apps
+- Improved OpenMesh cmake gtest finder for Xcode 5.1.1 with gtest 1.7
+- Don't copy qt4 anymore, if build_apps is diasabled, but the qmake variable still defined
+- Add dependencies and fixbundle for apps only if we build apps
+
+
+Unittests
+
+- Added unittest for textured meshes
+- Read/Write OBJ: Fixed unsigned signed comparison
+
+
|
| 3.1 (2014/05/09,Rev.1050) |
|