Updated changelog

This commit is contained in:
Jan Möbius
2015-10-01 16:46:25 +02:00
parent 7544846f14
commit 1f8cfdeb27

View File

@@ -7,13 +7,18 @@
<!-- --------------------------------------------------------------------- --> <!-- --------------------------------------------------------------------- -->
<tr valign=top><td><b>4.2</b> (?/?/?,Rev.1333)</td><td> <tr valign=top><td><b>4.2</b> (?/?/?)</td><td>
<b>General</b> <b>General</b>
<ul> <ul>
<li>Moved repository to git</li> <li>Moved repository to git</li>
</ul> </ul>
<b>Core</b>
<ul>
<li>Fixed bug where range iterators contained an invalid element when the range was empty</li>
</ul>
<b>IO</b> <b>IO</b>
<ul> <ul>
<li>loaded properties are presistant per default</li> <li>loaded properties are presistant per default</li>
@@ -30,6 +35,7 @@
<li>add obj writer unittest</li> <li>add obj writer unittest</li>
<li>add unittest for write stla</li> <li>add unittest for write stla</li>
<li>Fixed bug where Some C++11 unittests were not build and used</li> <li>Fixed bug where Some C++11 unittests were not build and used</li>
<li>Added more unittests c++11 ranges vvrange and vertexrange</li>
</ul> </ul>