From 1835921e4082b082f9c6880806c2e79480e6d6ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Mon, 17 Sep 2012 08:55:45 +0000 Subject: [PATCH] Updated changelog git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@676 fdac6126-5c0c-442c-9429-916003d36597 --- Doc/changelog.docu | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Doc/changelog.docu b/Doc/changelog.docu index 17f0c6e6..f070afc2 100644 --- a/Doc/changelog.docu +++ b/Doc/changelog.docu @@ -7,7 +7,7 @@ -2.2.1 (?/?/?,Rev.662) +2.2.1 (?/?/?,Rev.675) Core Decimater @@ -25,6 +28,7 @@
  • Decimater modules don't need a decimater type as template argument anymore
  • Module parameters renamed
  • Added Decimater base class
  • +
  • Added some OpenMP loops to ModHausdorffT for speedup
  • IO @@ -47,6 +51,7 @@
  • Added unittest for getting handles and faces from the iterator.
  • Added unittest for creating a cube with 6 quads in a poly mesh.
  • Added unittest adding a cube with 12 faces triangulated to a trimesh.
  • +
  • Added unittest for MCDecimater
  • Fixed gcc-4.7 warnings.