Add change description in CHANGES.md

This commit is contained in:
ROUVREAU Vincent 2021-03-10 11:42:07 +01:00
parent 0eb5090013
commit eb04a9b3ce
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ A comprehensive list of the supported file formats is available in the Stream_su
- Added a filtering mechanism so that costly tests get only applied to the next candidate for the edge collapse.
- Added the class `Polyhedral_envelope_filter` that enables to perform mesh simplification inside a polyhedral envelope of the input mesh.
### [dD Triangulations](https://cgal.geometryfactory.com/CGAL/doc/master/Manual/packages.html#PkgTriangulations)
- Added the function `insert_if_in_star()` to the class `CGAL::Regular_triangulation`, which enables users to insert a point `p` in a regular triangulation on the condition that `p` appears post-insertion in the star of a user-specified, existing vertex.
[Release 5.2](https://github.com/CGAL/cgal/releases/tag/v5.2)
-----------