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)