diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index b737033b..e077df8c 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -8,12 +8,13 @@
-
| 2.2 (?/?/?,Rev.571) |
+ |
| 2.2 (?/?/?,Rev.576) |
Core
- Simplified iterators and made them integrate better with the STL. Specifically, value_type has changed from {Vertex,Edge,...} to {Vertex,Edge,...}Handle so that dereferenced iterators can actually be put to use, now.
- Consolidated iterator code. Functionally equivalent but way cleaner than before.
+- Improved block in update_normals(), if there are no face normals (could cause a crash)
IO
@@ -26,11 +27,18 @@
Added normalized function to VectorT which returns a normalized vector whithout modifying the current one.
+Unittests
+
+- Added unittest for calling the normal computations.
+
+
+
Documentation
- Fixed doxygen warnings
- Updated collapse function documentation
- Updated triangulation function documentation
+- Updated normal computation documentations
|