From f91cf8ce99dddde547b87de008a1517ac0a94850 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 8 Apr 2025 10:08:20 +0100 Subject: [PATCH] Add to change log --- Installation/CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index 3697f6901d8..94a36f1ba8d 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -7,8 +7,8 @@ - The minimal supported version of Boost is now 1.74.0. ### [3D Constrained Triangulations](https://doc.cgal.org/6.1/Manual/packages.html#PkgCT_3) (new package) -- This package adds the function `CGAL::make_conforming_constrained_Delaunay_triangulation_3()` - to create a conforming constrained Delaunay triangulation in 3D, which can be represented by the new +- This package adds the function `CGAL::make_conforming_constrained_Delaunay_triangulation_3()` + to create a conforming constrained Delaunay triangulation in 3D, which can be represented by the new class template `CGAL::Conforming_constrained_Delaunay_triangulation_3`. ### [Polygon Mesh Processing](https://doc.cgal.org/6.1/Manual/packages.html#PkgPolygonMeshProcessing)