From 7c5d398bf8d30a1d0de51cb430ee5bf354ffb3fc Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Fri, 11 Feb 2022 07:38:04 +0100 Subject: [PATCH] update changes.md --- Installation/CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) 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) -----------