From 0b71a05d629e1778d30daae3eb6e599277a7f21c Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Fri, 9 Feb 2024 16:03:27 +0100 Subject: [PATCH] Announce the "breaking" change Though I would be surprised if anyone was affected negatively. --- Installation/CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index be4ec7fd2b9..c0500f9645c 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -76,6 +76,12 @@ Release date: October 2023 - Added three functions `vertices()` to the class `Triangulation_3`. Each of them returns an array containing the vertices of the given triangulation simplex. +### [dD Triangulations](https://doc.cgal.org/6.0/Manual/packages.html#PkgTriangulations) +- **Breaking change**: Inserting multiple unweighted points in the same + position now keeps the first one, instead of switching to the latest. This + only affects custom point types where not all points in the same position + are equivalent. + [Release 5.6](https://github.com/CGAL/cgal/releases/tag/v5.6) -----------