Update change log

This commit is contained in:
Andreas Fabri 2024-04-03 13:59:04 +01:00
parent 5425d089da
commit 15d7b65904
1 changed files with 4 additions and 0 deletions

View File

@ -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)
-----------