From 87628fa256e7f79e85ba91ceacd0c21c9ea08a96 Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Thu, 5 May 2022 15:51:06 +0200 Subject: [PATCH] update changes --- Installation/CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index f0dc8ecd499..3acee7fa30f 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -1,6 +1,14 @@ Release History =============== +[Release 5.6](https://github.com/CGAL/cgal/releases/tag/v5.6) +----------- + +### [Polygon Mesh Processing](https://doc.cgal.org/5.5/Manual/packages.html#PkgPolygonMeshProcessing) + +- Added the function `CGAL::Polygon_mesh_processing::surface_Delaunay_remeshing()`, that remeshes a surface triangle mesh following the +CGAL tetrahedral Delaunay refinement algorithm. + [Release 5.5](https://github.com/CGAL/cgal/releases/tag/v5.5) -----------