Updated changelog for 5.1

(cherry picked from commit cb045d61528d9fe86df34ad7f6813d559b2cf73a)
This commit is contained in:
Jan Möbius
2015-11-23 18:20:25 +01:00
parent 4cc3063091
commit 1af3b6f58a

View File

@@ -16,6 +16,16 @@
<tr valign=top><td><b>5.1</b> (?/?/?)</td><td>
<b>General</b>
<ul>
<li>Fixed bug preventing from building with 2 dimensional vectors (e.g. vec2i) </li>
</ul>
<b>Unittests</b>
<ul>
<li>Added some basic linear algebra tests for VectorT</li>
<li>Added tests for vec2x construction</li>
</ul>
</tr>