Add a notice of the removal of convex_hull_3_to_polyhedron_3

This commit is contained in:
Mael 2020-04-16 18:09:29 +02:00 committed by GitHub
parent 3341b69e6a
commit 67444beca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ Release History
from a soup of disconnected segments that should first be split
into polylines.
### 3D Convex Hulls
- The long-deprecated function `CGAL::convex_hull_3_to_polyhedron_3()` has been removed.
The function `CGAL::convex_hull_3_to_face_graph()` should be used instead.
Release 5.0
-----------