mirror of https://github.com/CGAL/cgal
Update changes.html
This commit is contained in:
parent
7c0dce0f0a
commit
084bd22780
|
|
@ -166,7 +166,11 @@ and <code>src/</code> directories).
|
|||
<li>Optional template functor <code>Filter</code> is replaced by
|
||||
another optional template functor <code>Priority</code>. This
|
||||
allows to change the way facets are prioritized by the algorithm
|
||||
instead of having a simple option to reject some facets.</li>
|
||||
instead of having a simple option to reject some
|
||||
facets. <b>Breaking change</b>: Programs using the
|
||||
old <code>Filter</code> API will not compile anymore as it must be
|
||||
replaced with the <code>Priority</code> API as described in the
|
||||
manual. Codes using the default behavior are not impacted.</li>
|
||||
</ul>
|
||||
<!-- Geometry Processing -->
|
||||
<h3>Polygon Mesh Processing</h3>
|
||||
|
|
|
|||
Loading…
Reference in New Issue