update changes

This commit is contained in:
Sébastien Loriot 2015-02-12 17:19:29 +01:00
parent a4d0ae7b8d
commit 98a4fce6ee
1 changed files with 9 additions and 7 deletions

View File

@ -122,13 +122,15 @@ and <code>src/</code> directories).
supported. That prevented the compilation with Microsoft Visual Studio
2013.
</ul>
</div>
<h3>3D Mesh Generation</h3>
<ul>
<li>Fix a bug in the sliver perturbation optimization method.
It could create some holes on the surface of the mesh.</li>
</ul>
<h3>3D Convex Hulls</h3>
<ul>
<li> Fix a non-robust predicate bug that was showing up when input points where lexicographically sorted.</li>
</ul>
<h3>3D Mesh Generation</h3>
<ul>
<li>Fix a bug in the sliver perturbation optimization method.
It could create some holes on the surface of the mesh.</li>
</ul>
</div>
<h2 id="release4.5.1">Release 4.5.1 </h2>