From 2d3f9ce72334422a79d26ea24db7ca2abd0b93c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Mon, 11 Jul 2022 09:36:20 +0200 Subject: [PATCH] Update changes.md --- Installation/CHANGES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index 74c86d2e2bc..bc06e0fbc24 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -1,6 +1,18 @@ Release History =============== +[Release 5.6](https://github.com/CGAL/cgal/releases/tag/v5.6) +----------- + +Release date: November 2022 + +### [2D Convex Hulls](https://doc.cgal.org/5.6/Manual/packages.html#PkgConvexHull2) + +- **Breaking change**: The concept `ConvexHullTraits_2` no longer requires the functor + `Less_signed_distance_to_line_2`, but requires the functor `Compare_signed_distance_to_line_2` instead. +- The long-deprecated classes `Convex_hull_projective_xy_traits_2`, `Convex_hull_projective_xz_traits_2`, + and `Convex_hull_projective_yz_traits_2` have been removed. Users should use `Projection_traits_xy_3`, + `Projection_traits_xz_3`, and `Projection_traits_yz_3` instead. [Release 5.5](https://github.com/CGAL/cgal/releases/tag/v5.5) -----------