diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index 6fab3bd6..b0f0d082 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -7,11 +7,19 @@
-
| 2.4 (?/?/?,Rev.770) |
+ |
| 2.4 (?/?/?,Rev.777) |
Core
- Return vertex handles of newly added vertices in split and split_copy for faces when passing points instead of handles
+- Fixed copy and paste typo in split_copy for face handle
+- Replaced fabs by the std methods to fix errors when using norms with double vectors
+
+
+IO
+
+- Fixed missing cast in importer which lead to problems when using different vector type. (Thanks to Mario Deuss for the fix)
+- Fixed bug in OBJ reader, where some faces could be missing(Thanks to Ian Kerr for the Fix)
Documentation
@@ -24,6 +32,7 @@
- Added unittest for vertexOHalfedge Iterator
- Added unittests for boundary vertices and faces
+- Added test for VectorT abs function
|