diff --git a/Installation/changes.html b/Installation/changes.html index 18d31d7035c..48b2017c44a 100644 --- a/Installation/changes.html +++ b/Installation/changes.html @@ -166,7 +166,11 @@ and src/ directories).
  • Optional template functor Filter is replaced by another optional template functor Priority. This allows to change the way facets are prioritized by the algorithm - instead of having a simple option to reject some facets.
  • + instead of having a simple option to reject some + facets. Breaking change: Programs using the + old Filter API will not compile anymore as it must be + replaced with the Priority API as described in the + manual. Codes using the default behavior are not impacted.

    Polygon Mesh Processing