Add to change log

This commit is contained in:
Andreas Fabri 2025-04-08 10:08:20 +01:00
parent b0edde50cf
commit f91cf8ce99
1 changed files with 2 additions and 2 deletions

View File

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