From 34958446bb17b86c635b55c3dfc8362852bc7e40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 8 Jul 2015 10:22:26 +0000 Subject: [PATCH] Updated changelog to release state. refs #2513 git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1309 fdac6126-5c0c-442c-9429-916003d36597 --- Doc/changelog.docu | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Doc/changelog.docu b/Doc/changelog.docu index 5508751e..937c61a3 100644 --- a/Doc/changelog.docu +++ b/Doc/changelog.docu @@ -6,7 +6,7 @@ -4.0 (?/?/?,Rev.1303) +4.0 (2015/07/08,Rev.1308) LICENSE IO @@ -38,6 +39,7 @@
  • PLY Reader: Ascii reader now supports custom attributes
  • PLY Writer: add custom property support for ascii version
  • PLY Reader: unify int8_t/signed char/char in ply reader and writer.
  • +
  • PLY Reader/Writer Binary: change type int8_t to signed char from type char closes #2499
  • STL Writer: Add a space after the solid keyword to make some readers happy.
  • @@ -70,6 +72,9 @@
  • Updated the tutorial with further information on how to build the python bindings
  • Added missing requestsfor polyMesh in collapsee docu
  • Add feature support list for readers/writers
  • +
  • add info about requesting standard properties and loading a mesh with options - refs #2512
  • +
  • add info about texture information in OBJ file format - closes #2369
  • +
  • add info about texture index property refs #2512
  • Unittests