diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index 7f5242ec..5feaf07f 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -6,7 +6,7 @@
-
| 7.0 (?/?/?) |
+ |
| 7.0 (2018/04/19) |
Breaking changes
@@ -20,6 +20,7 @@
- make all negative handles invalid, not just -1
- Several warnings fixed (Including the checked iterators)
- split_copy and split_edge_copy operations now also copy internal properties.
+- copy face properties in split_copy(EdgeHandle, VertexHandle)
- fix halfedge indices in OpenMeshTrimeshCirculatorHalfedgeLoop CWAndCCWCheck
- Fix wrong behaviour of HalfedgeLoopIterators by changing the template parameter
- Added 1-4 triangle split funtion(splits all edges at Midpoints)
@@ -27,6 +28,9 @@
- Made the face and edge split operations that copy properties also copy builtin properties
- calc_sector_angle: Check for real division by zero not with epsilon that was way to large
- Don't return invalid iterators for empty element ranges
+- Mark halfedges as deleted after collapse
+- Let default range-based for skip deleted elements and add a version that includes deleted elements
+- Moved length() by norm() to external functions. This allows us to support other vector types instead of Vec3d (e.g. via Eigen)
Utils
@@ -75,14 +79,10 @@
Added unittest for split_edge_copy operations on Tri and PolyMeshes
-Python
-
-- fix the stripping of the python libs version string
-
-
General
- Updated Logo
+- Only Issue Warning if compile Order for MeshIO.hh is violated. Check will be removed if no errors are reported.
|