Removed the app builds for VS2013 to reduce workload and start removal of VS2013 as supported platform

This commit is contained in:
Jan Möbius
2018-12-03 11:22:55 +01:00
parent 77a5e1f4b7
commit 7e223084ab
2 changed files with 6 additions and 2 deletions

View File

@@ -9,6 +9,11 @@
<tr valign=top><td><b>8.0</b> (?/?/?)</td><td>
<b>Breaking changes:</b>
<ul>
<li>Don't run and test on VS2013 anymore. As VS2013 still lacks some C++11 features, we remove it from our list of supported platforms</li>
</ul>
<b>Core</b>
<ul>
<li>TriConnectivity: Added two functions split_edge and split_edge_copy to mask the PolyConnectivity functions of the same name (Prevents creation of valence 2 vertices on trimeshes)</li>