Updated changelog in 6.0

This commit is contained in:
Jan Möbius
2015-12-15 16:11:51 +01:00
parent 1ece1c441a
commit 451c8f827d

View File

@@ -14,6 +14,7 @@
<ul> <ul>
<li>Full C++11 rewrite of VectorT (Keeping C++98 backward compatibility)</li> <li>Full C++11 rewrite of VectorT (Keeping C++98 backward compatibility)</li>
<li>Split VectorT implementation into two files (One c++98 and one c++11)</li> <li>Split VectorT implementation into two files (One c++98 and one c++11)</li>
<li>Added += operator to mesh iterators (C++11 only) </li>
</ul> </ul>
<b>Unittests</b> <b>Unittests</b>