Update CHANGES.md

This commit is contained in:
Laurent Rineau 2020-09-18 13:25:07 +02:00 committed by GitHub
parent 28968dfa11
commit cd7907194f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Release date: December 2020
- Added the function `CGAL::halfspace_intersection_interior_point_3()` that can be used to retrieve
the point that is the most interior a convex closed volume defined by the intersection of a set of halfspaces.
### [Polygon Mesh Processing](https://doc.cgal.org/5.1/Manual/packages.html#PkgPolygonMeshProcessing)
### [Polygon Mesh Processing](https://doc.cgal.org/5.2/Manual/packages.html#PkgPolygonMeshProcessing)
- Added an option in `corefine()`, `split()` and `clip()` functions that enables the operation to be done on a mesh with
self-intersections present in the intersection area.