Update changelog

This commit is contained in:
Mael Rouxel-Labbé 2025-02-06 20:13:51 +01:00
parent f91a8f8408
commit ad53f4c3ce
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@
- **Breaking change**: Classes based on the RS Library are no longer provided.
### [BGL](https://doc.cgal.org/6.1/Manual/packages.html#PkgBGL)
- Added the function `CGAL::Euler::remove_degree_2_vertex()`, which enables users to remove vertices which have exactly two incident edges.
### [2D Arrangements](https://doc.cgal.org/6.1/Manual/packages.html#PkgArrangementOnSurface2)
- 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.