Updated changelog

This commit is contained in:
Jan Möbius
2017-02-06 13:19:22 +01:00
parent a6a7322744
commit 9ba365743e

View File

@@ -8,6 +8,11 @@
<tr valign=top><td><b>7.0</b> (?/?/?)</td><td>
<b>Breaking changes</b>
<ul>
<li>The minimal standard for C++ has been raised to C++11. Compilers not supporting C++11 or higher are no longer supported</li>
</ul>
<b>Core</b>
<ul>
<li>Implemented a cast from polyMesh to Mesh and vice versa using static_cast(polymeshInstance) or static_cast(trimeshInstance)</li>
@@ -43,6 +48,11 @@
<li>Added unittest to write and read faceTexcoords with a test obj file</li>
</ul>
<b>Python</b>
<ul>
<li>fix the stripping of the python libs version string</li>
</ul>
<b>General</b>
<ul>
<li>Updated Logo</li>