update changes

This commit is contained in:
Sébastien Loriot 2022-02-01 20:06:03 +01:00
parent 420cbc4c31
commit d4eb1d20a7
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ Release date: June 2022
- Added an overload of the function `CGAL::convex_hull_3()`, which writes the result in an indexed triangle set.
### [CGAL and the Boost Graph Library (BGL)](https://doc.cgal.org/5.5/Manual/packages.html#PkgBGL)
- Added the function `invert_selection()` in the class `Face_filtered_graph` to unselect selected faces
and to select unselected one.
[Release 5.4](https://github.com/CGAL/cgal/releases/tag/v5.4)
-----------