diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index 1c5ddb9db12..59df4f8e5b6 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -15,6 +15,9 @@ Release date: June 2022 - Added an overload of the function `CGAL::convex_hull_3()`, which writes the result in an indexed triangle set. +### Combinatorial Maps + +- Removed old code deprecated in CGAL 4.9 and 4.10 (global fonctions, and information associated with darts). [Release 5.4](https://github.com/CGAL/cgal/releases/tag/v5.4) -----------