diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index f0798e63..57725faa 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -7,20 +7,23 @@
-
| 2.2.1 (?/?/?,Rev.597) |
+ |
| 2.2.1 (?/?/?,Rev.601) |
IO
- Fixed OBJ Reader not correctly setting per halfedge normals. (Thanks to Patrick Rauber for the report)
+- Fixed bug in halfedge normal computation, where a boundary halfedge was not correctly handled and caused a segfault.
Unittests
- Added unittest for OBJ texture coordinates.
+- Added unittests for add_face.
Documentation
+- More documentation for the add_face functions (and some code cleanup)
- Updated doxyfile.config.in version
- Fixed typo on main page
|