Updated changelog

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@771 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-11-27 11:24:53 +00:00
parent 824ee5db29
commit a31b3e1537

View File

@@ -7,17 +7,23 @@
<!-- --------------------------------------------------------------------- --> <!-- --------------------------------------------------------------------- -->
<tr valign=top><td><b>2.4</b> (?/?/?,Rev.767)</td><td> <tr valign=top><td><b>2.4</b> (?/?/?,Rev.770)</td><td>
<b>Core</b>
<ul>
<li>Return vertex handles of newly added vertices in split and split_copy for faces when passing points instead of handles</li>
</ul>
<b>Documentation</b> <b>Documentation</b>
<ul> <ul>
<li>Fixed Decimater example</li> <li>Fixed Decimater example</li>
<li>Improved Docs for is_boundary() functions</li>
</ul> </ul>
<b>Unittests</b> <b>Unittests</b>
<ul> <ul>
<li>Added unittest for vertexOHalfedge Iterator</li> <li>Added unittest for vertexOHalfedge Iterator</li>
<li>Added unittests for boundary vertices and faces</li>
</ul> </ul>