Fix changes.html

This commit is contained in:
Simon Giraudot 2017-08-01 17:03:00 +02:00
parent 2f8f10de44
commit f92bf8d7d1
1 changed files with 27 additions and 0 deletions

View File

@ -70,6 +70,7 @@
<td width="28%">
<table CELLSPACING=0>
<tr><td><a href="#release4.12">4.12</a>&nbsp;<td> (April 2018)
<tr><td><a href="#release4.11">4.11</a>&nbsp;<td> (September 2017)
<tr><td><a href="#release4.10">4.10</a>&nbsp;<td> (May 2017)
<tr><td><a href="#release4.9">4.9</a>&nbsp;<td> (September 2016)
@ -131,6 +132,23 @@ and <code>src/</code> directories).
<HR>
<h2 id="release4.12">Release 4.12 </h2>
<div>
<p>Release date: April 2018 </p>
<!-- Installation (and general changes) -->
<!-- New packages -->
<!-- Major and breaking changes -->
<!-- Arithmetic and Algebra -->
<!-- Combinatorial Algorithms -->
<!-- Geometry Kernels -->
<!-- Convex Hull Algorithms -->
<!-- Polygons -->
<!-- Cell Complexes and Polyhedra -->
<!-- Arrangements -->
<!-- Triangulations and Delaunay Triangulations -->
<!-- Voronoi Diagrams -->
<!-- Mesh Generation -->
<!-- Surface Reconstruction -->
<!-- Geometry Processing -->
<h3>Point Set Shape Detection</h3>
<ul>
<li>New algorithm: <code>CGAL::Region_growing</code>. This is a
@ -145,7 +163,16 @@ and <code>src/</code> directories).
of <code>CGAL::structure_point_set()</code> is generalized to accept
other types of input than the RANSAC output.</li>
</ul>
<!-- Spatial Searching and Sorting -->
<!-- Geometric Optimization -->
<!-- Interpolation -->
<!-- Kinetic Data Structures -->
<!-- Support Library -->
<!-- Visualization -->
<!-- end of the div for 4.10 -->
</div>
<h2 id="release4.11">Release 4.11 </h2>
<div>
<p>Release date: September 2017 </p>