Updated changelog of 6.0 branch

This commit is contained in:
Jan Möbius
2016-02-04 10:00:15 +01:00
parent ea1ee2fd69
commit d43d7d2148

View File

@@ -9,6 +9,10 @@
<tr valign=top><td><b>6.0</b> (?/?/?)</td><td> <tr valign=top><td><b>6.0</b> (?/?/?)</td><td>
<b>IO</b>
<ul>
<li>Obj reader: added texCoord3d functions to objloader</li>
</ul>
<b>VectorT</b> <b>VectorT</b>
<ul> <ul>
@@ -28,6 +32,11 @@
<li>Updated c++11 ifdefs to use c++11 (starting with VS1015)</li> <li>Updated c++11 ifdefs to use c++11 (starting with VS1015)</li>
</ul> </ul>
<b>Python Interface</b>
<ul>
<li>Fixed segfault in decimater due to a bad pointer</li>
</ul>
</tr> </tr>