From 22f7b7c4302ebe99b0a4c3bf2fd1048d4c0405c7 Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Tue, 20 Dec 2022 09:22:47 +0100 Subject: [PATCH] update CHANGES.md --- Installation/CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index 30e31329e62..f1cbc60a9aa 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -48,6 +48,7 @@ CGAL tetrahedral Delaunay refinement algorithm. ### [3D Mesh Generation](https://doc.cgal.org/5.6/Manual/packages.html#PkgMesh3) - Deprecated usage of boost parameters in favor of function named parameters. +- Added new meshing criteria `facet_min_size` and `cell_min_size` to prevent Delaunay refinement from creating simplices smaller than the prescribed bound. ### [3D Periodic Mesh Generation](https://doc.cgal.org/5.6/Manual/packages.html#PkgPeriodic3Mesh3) - Deprecated usage of boost parameters in favor of function named parameters.