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.