Updated changelog

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@397 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2011-07-01 07:15:20 +00:00
parent 39f1eecc82
commit 6bffef55a8
2 changed files with 23 additions and 2 deletions

View File

@@ -8,7 +8,20 @@
<!-- --------------------------------------------------------------------- -->
<tr valign=top><td><b>2.0.2</b> (?/?/?,Rev.389)</td><td>
<tr valign=top><td><b>2.0.2</b> (?/?/?,Rev.396)</td><td>
<b>Core</b>
<ul>
<li>Implemented is_collapse_ok for polymeshes</li>
<li>Implemented split_edge ( split(edgehandle,vertexhandle) ) for poly meshes</li>
<li>Fixed compiler error because of extra ','</li>
<li>Fixed some compiler warnings</li>
</ul>
<b>IO</b>
<ul>
<li>OFF Reader: Fixed crash on some files containing empty lines(Thanks to R.Schneider for the fix)).</li>
</ul>
</tr>