From 30e5d27ffc929d2d3dbb1501f438311b0e28077f Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Sat, 15 Mar 2025 12:09:10 +0200 Subject: [PATCH] Added comment of a fix in the 2D Arrangement on Surface package --- Installation/CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index bdae9dd56fb..010aa9958b7 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -22,6 +22,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 do_intersect() of a 2D Arrangement and a curve. ### [3D Mesh Generation](https://doc.cgal.org/6.1/Manual/packages.html#PkgMesh3)