From 927d52e79ee37e3487fb92628c289e54c30cd552 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 12 Dec 2024 09:54:04 +0000 Subject: [PATCH] Add to changes.md --- Installation/CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index 7a159e087bf9..6498876bccc6 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -11,6 +11,10 @@ - Introduces two traits decorators, namely `Arr_tracing_traits_2` and `Arr_counting_traits_2`, which can be used to extract debugging and informative metadata about the traits in use while a program is being executed. +### [Polygon Repair](https://doc.cgal.org/6.1/Manual/packages.html#PkgPolygonRepair) + +- Add a the non-zero rule, as well as functions to compute the conservative inner and outer hull of similar polygons. + ## [Release 6.0.1](https://github.com/CGAL/cgal/releases/tag/v6.0.1) ### [Poisson Surface Reconstruction](https://doc.cgal.org/6.0.1/Manual/packages.html#PkgPoissonSurfaceReconstruction3)