Update changes.html

This commit is contained in:
Simon Giraudot 2015-12-14 09:09:56 +01:00
parent 7c0dce0f0a
commit 084bd22780
1 changed files with 5 additions and 1 deletions

View File

@ -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>