Added a comment about a fix of a bug in the Arrangement_on_surface_2 package

This commit is contained in:
Efi Fogel 2025-01-22 13:26:41 +02:00
parent 39192337bd
commit 898f933d28
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
- 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.
- Fixed the Landmark point-location strategy so that it can be applied to arrangements on a sphere.
- Fixed a bug in the extensions of vertex and halfedge types of the DCEL when used to instantiate Arrangement_with_history_2 or similar arrangement classes that derive from Arrangement_2.
## [Release 6.0.1](https://github.com/CGAL/cgal/releases/tag/v6.0.1)