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