mirror of https://github.com/CGAL/cgal
Added a comment about a fix of a bug in the Arrangement_on_surface_2 package
This commit is contained in:
parent
39192337bd
commit
898f933d28
|
|
@ -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.
|
- 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 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)
|
## [Release 6.0.1](https://github.com/CGAL/cgal/releases/tag/v6.0.1)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue