From d4eb1d20a7aad6e869f4fb315415a608b7cd596a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 1 Feb 2022 20:06:03 +0100 Subject: [PATCH] update changes --- Installation/CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index 1c5ddb9db12..6483be540c2 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -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) -----------