From 15d7b65904e7a5cefcee2ef915e1ccf49e94c076 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 3 Apr 2024 13:59:04 +0100 Subject: [PATCH] Update change log --- Installation/CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index 47998400268..14f6a9c0ee6 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -35,6 +35,10 @@ Release date: October 2023 - Removed the class templates `Gray_image_mesh_domain_3`, `Implicit_mesh_domain_3`, and `Labeled_image_mesh_domain_3` which are deprecated since CGAL-4.13. +### [CGAL and the Boost Graph Library (BGL)](https://doc.cgal.org/6.0/Manual/packages.html#PkgBGL) + +- Added the function `remove_all_elements()`, which removes vertices, halfedges, and faces + without collecting garbage and without removing properties. [Release 5.6](https://github.com/CGAL/cgal/releases/tag/v5.6) -----------