From c2089a172a0e3b2453422e26d968e55d94c92334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 17 Jan 2019 08:37:25 +0100 Subject: [PATCH] Updated changelog --- Doc/changelog.docu | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/changelog.docu b/Doc/changelog.docu index 00fbc7f5..b497a8b6 100644 --- a/Doc/changelog.docu +++ b/Doc/changelog.docu @@ -19,6 +19,7 @@
  • TriConnectivity: Added two functions split_edge and split_edge_copy to mask the PolyConnectivity functions of the same name (Prevents creation of valence 2 vertices on trimeshes)
  • PolyConnectivity: Fixed PolyConnectivity is_collapse_ok, missing some configurations (Thanks to Simon Flöry for the patch)
  • Connectivity type is now set at compile time
  • +
  • Added header to interface with Eigen3 vectors as the basic type (Documentation on how to use it is also integrated)
  • IO