Added changelog entry

This commit is contained in:
Jan Möbius
2016-08-16 16:03:01 +02:00
parent 2e6820a16b
commit 9cdd56d90e

View File

@@ -13,13 +13,18 @@
<ul> <ul>
<li>Fixed type pun warning with gcc-6</li> <li>Fixed type pun warning with gcc-6</li>
<li>Fixed incorrect type of hash function for boost causing a warning with clang</li> <li>Fixed incorrect type of hash function for boost causing a warning with clang</li>
</li> </ul>
<b>IO</b>
<ul>
<li>STL Reader: Identify stl files containing solid keyword as ASCII type</li>
</ul>
<b>General</b> <b>General</b>
<ul> <ul>
<li>Fixed undefined MSVC macro warning (Thanks to Xan for the patch)</li> <li>Fixed undefined MSVC macro warning (Thanks to Xan for the patch)</li>
</li> </ul>
<b>Build System</b> <b>Build System</b>
<ul> <ul>