This commit is contained in:
Laurent Rineau 2018-03-29 15:54:00 +00:00 committed by GitHub
parent 701a19439c
commit d4f1e95ea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ Release date: April 2018
### 3D Convex Hull
- **Breaking change**: The header <CGAL/convex_hull_3.h> no longer
includes <CGAL/Polyhedron_3.h>, as the convex hull function works
- **Breaking change**: The header `<CGAL/convex_hull_3.h>` no longer
includes `<CGAL/Polyhedron_3.h>`, as the convex hull function works
with any model of the concept `MutableFaceGraph`.
### 2D Arrangements