Updated changelog

This commit is contained in:
Jan Möbius
2018-04-05 11:03:02 +02:00
parent bd3ec6a988
commit b487c49b86

View File

@@ -26,6 +26,7 @@
<li>Boost range support (Thanks to Bastian Pranzas for the patch)</li> <li>Boost range support (Thanks to Bastian Pranzas for the patch)</li>
<li>Made the face and edge split operations that copy properties also copy builtin properties</li> <li>Made the face and edge split operations that copy properties also copy builtin properties</li>
<li>calc_sector_angle: Check for real division by zero not with epsilon that was way to large</li> <li>calc_sector_angle: Check for real division by zero not with epsilon that was way to large</li>
<li>Don't return invalid iterators for empty element ranges</li>
</ul> </ul>
<b>Utils</b> <b>Utils</b>