Updated changelog

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1334 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2015-08-28 11:39:26 +00:00
parent 2ef38f79d8
commit 3591755b48

View File

@@ -7,11 +7,22 @@
<!-- --------------------------------------------------------------------- -->
<tr valign=top><td><b>4.2</b> (?/?/?,Rev.1323)</td><td>
<tr valign=top><td><b>4.2</b> (?/?/?,Rev.1333)</td><td>
<b>IO</b>
<ul>
<li>loaded properties are presistant per default</li>
<li>remove unnecessary c headers</li>
<li>PLY Writer: fix crash when saving a mesh and a custom property was removed before, extend unittest for this case</li>
<li>PLY Writer: add custom property (with pod data type) support for binary ply files closes #2496</li>
<li>remove redundant code refs #2525</li>
<li>Off Writer: Removed redundant code</li>
</ul>
<b>Unittests</b>
<ul>
<li>add obj writer unittest</li>
<li>add unittest for write stla</li>
</ul>