From 6a83f908e7fcba696c04904d52af240c7d5c8ad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Fri, 28 Jun 2019 17:43:09 +0200 Subject: [PATCH] Align CHANGES.md with master --- Installation/CHANGES.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index ec72089244e..ae67ab3313a 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -6,12 +6,6 @@ Release 5.0 Release date: September 2019 -### 2D and 3D Linear Geometry Kernel - - Added `ComputeApproximateAngle_3` in the 2D/3D Kernel concept to compute - the approximate dihedral angle between 2 vectors. Corresponding functors - in the model (`Compute_approximate_angle_3`) and free function (`approximate_angle`) - are also added. - ### 2D Triangulations - **Breaking change**: Removed the functions `CGAL::Constrained_triangulation_plus_2:: @@ -73,6 +67,11 @@ Release date: September 2019 ### 3D Boolean Operations on Nef Polyhedra - Added a function to convert a Nef_polyhedron_3 to a polygon soup: `CGAL::convert_nef_to_polygon_soup()` +### 2D and 3D Linear Geometry Kernel + - Add `ComputeApproximateAngle_3` in the 2D/3D Kernel concept to compute + the approximate dihedral angle between 2 vectors. Corresponding functors + in the model (`Compute_approximate_angle_3`) and free function (`approximate_angle`) + are also added. - The following objects are now hashable and thus trivially usable with `std::unordered_set` and `std::unordered_map`: `CGAL::Aff_transformation_2`, `CGAL::Aff_transformation_3`,