diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index 2ed4cd4c..9ff2f241 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -7,7 +7,7 @@
-
| 3.0 (?/?/?,Rev.976) |
+ |
| 3.0 (?/?/?,Rev.990) |
Core
@@ -15,6 +15,9 @@
- 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)
+- Added more convenient versions of calc_edge_vector to PolyMeshT.
+- Added HalfedgeLoop iterator to iterate over loops of halfedges (faces, hoes)
+- OpenMesh: Added convenience method for face centroid computation.
IO
@@ -32,6 +35,7 @@
PropertyManager: Added getMesh property to PropertyManager.
Improved C++11-branch of PropertyManager and at the same time fixed compile error with gcc 4.7
Put mesh_cast methods into surrounding namespace so clang finds them.
+Build fix for getopt.h on Apple. (Thanks to Adam Vandenberg for the fix)
Documentation
@@ -41,6 +45,8 @@
Use short names in Doxygen to prevent windows build failure due to excessive name length
Updated doxygen files
Use different DOT_FONTNAME
+Added hint that collapse needs status attrributes on the mesh
+Raised Documentation to Doxyfile 1.8.5
Unittests
@@ -60,6 +66,7 @@
Added flag to activate largeaddressaware option on WIN
Removed obsolete ftemplate-depth, as the defaults should be fine
Removed outdated VS2008 project file
+Use cmake generator targetnames for copying files
|