Updated changelog for release

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@883 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2013-08-06 13:17:19 +00:00
parent 3067230efd
commit b651d0e041

View File

@@ -8,11 +8,13 @@
<!-- --------------------------------------------------------------------- --> <!-- --------------------------------------------------------------------- -->
<tr valign=top><td><b>2.4</b> (?/?/?,Rev.838)</td><td> <tr valign=top><td><b>2.4</b> (08/06/2013,Rev.882)</td><td>
<b>Significant interface changes</b> <b>Significant interface changes</b>
<ul> <ul>
<li><b>The functions n_vertices(),n_edges().n_faces() return size_t now.</b></li> <li>The functions n_vertices(),n_edges().n_faces() return size_t now.</li>
<li>reserve and resize of the property vectors now take size_t</li>
<li>Fixed various other size_t conversions</li>
</ul> </ul>
<b>Vector Type</b> <b>Vector Type</b>