update CHANGES.md

This commit is contained in:
Jane Tournois 2022-12-20 09:22:47 +01:00
parent 95ca78b02c
commit 22f7b7c430
1 changed files with 1 additions and 0 deletions

View File

@ -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.