Update changes.html

Removing a deprecated class is not a breaking change.
This commit is contained in:
Andreas Fabri 2017-01-26 09:36:11 +01:00 committed by GitHub
parent b761bad0a9
commit edbcde8a06
1 changed files with 3 additions and 5 deletions

View File

@ -231,11 +231,10 @@ and <code>src/</code> directories).
<ul>
<li><b>Breaking change</b>: Removed the arbitrary dimensional weighted point class.
Users must use a version prior to 4.9 if they need this class.</li>
<li><b>Breaking change</b>: Removed the class <code>Regular_triangulation_filtered_traits_2</code>.
Users must replace it by the filtered kernel that they passed as template argument.</li>
<li><b>Breaking change</b>:The number type of weighted points in regular triangulations is no longer
a template parameter but the field type of the geometric traits class.
Users who need this feature must use a version prior to 4.9</li>
<li>The class <code>Regular_triangulation_filtered_traits_2</code> deprecated since CGAL 3.6 has been removed.</li>
<li>Deprecate the class <code>Regular_triangulation_euclidean_traits_2</code>, as the
weighted point and the function objects for weighted points are part of the concept <code>Kernel</code>/</li>
<li>The class <code>Regular_triangulation_2</code> can take a kernel as template argument,
@ -249,11 +248,10 @@ and <code>src/</code> directories).
<h3>3D Triangulations</h3>
<ul>
<li><b>Breaking change</b>: Removed the class <code>Regular_triangulation_filtered_traits_3</code>.
Users must replace it by the filtered kernel that they passed as template argument.</li>
<li><b>Breaking change</b>: The number type of weighted points in regular triangulations is no longer
a template parameter but the field type of the geometric traits class.
Users who need this feature must use a version prior to 4.9.</li>
Users who need this feature must use a version prior to 4.9.</li>
<li>The class <code>Regular_triangulation_filtered_traits_3</code> deprecated since CGAL 3.6 has been removed.</li>
<li>Deprecate the class <code>Regular_triangulation_euclidean_traits_3</code>, as the
weighted point and the function objects for weighted points are part of the concept <code>Kernel</code>/</li>
<li>The class <code>Regular_triangulation_3</code> can take a kernel as template argument,