From b836b0c5480f7349d28265d241bcd6cd07666959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 14 Jan 2015 14:43:12 +0000 Subject: [PATCH] Updated changelog git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1195 fdac6126-5c0c-442c-9429-916003d36597 --- Doc/changelog.docu | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/changelog.docu b/Doc/changelog.docu index 4f0368f3..262a0d53 100644 --- a/Doc/changelog.docu +++ b/Doc/changelog.docu @@ -14,6 +14,8 @@
  • Fixed two missing this pointers
  • Removed several unused variables
  • PolyConnectivity: Fixed constness of EntityRange begin() and end() methods.
  • +
  • VectorT: add specializations for 5/6 dimension vectors
  • +
  • VectorT: Modified Vector constructors! The constructors now check the size of the vector at compile time not run time. This might produce compiler errors but ensures that the vectors are initialized correctly.
  • Python Interface @@ -45,6 +47,7 @@
  • Fixed compilation documentation to include Qt5 and latest compilers
  • Added smootherdocu. closes #2185
  • Added documentation about direction of the circulators
  • +
  • Fixed Typo in Mesh Kernel Concept Documentation (return value)
  • Unittests @@ -59,6 +62,7 @@
  • fix wrong name for static lib on unix based os with multi generator compilers
  • fix permissions for static lib (they have the same as all other libs now)
  • fix cmake (>=3.0) warning on MacOS idue to missing rpath. closes #2251
  • +
  • Fixed Typo in gtest finder (Thanks to Roman Zoller for the patch)