Updated changelog

This commit is contained in:
Jan Möbius
2021-01-20 13:03:11 +01:00
parent b7dec01397
commit e9e0b8f16b

View File

@@ -26,11 +26,16 @@
<b>IO</b> <b>IO</b>
<ul> <ul>
<li>STL Reader: Change stl reader behaviour on extension .stl , Don't check for the solid keyword explicitly</li> <li>STL Reader: Change stl reader behaviour on extension .stl , Don't check for the solid keyword explicitly</li>
<li>OM Writer: Removed debug output</li>
</ul> </ul>
<b>Build System</b> <b>Build System</b>
<ul> <ul>
<li>Dropped 32-bit Windows continuous integration and artifact builds.</li> <li>Dropped 32-bit Windows continuous integration and artifact builds.</li>
<li>Removed the VERSION file and do it via cmakes project call)
<li>Switched to external cmake-library used by all of our projects now</li>
<li>Removed custom Eigen3 finder. Eigen3 has full cmake support. (You can point OpenMesh to eigen via -DEigen3_DIR="c:\<path>" )
<li>Added support for and fixed some issues with VS2019</li>
</ul> </ul>
</tr> </tr>