From 20051d4e7e655d2ef7562e893b75a4ded4592821 Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Tue, 19 Aug 2025 22:07:47 +0300 Subject: [PATCH] Enhanced --- Installation/CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index 11281a338e2..50686eb91f2 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -53,6 +53,7 @@ - Fixed do_intersect() of a 2D Arrangement and a curve. - Added overloads of `draw(Arrangement_on_surface_2& arr, Bbox& bbox, ...)` that enable the drawing of arrangements induced by unbounded curves. - Introduced a Geometry Traits concept for arrangement on surfaces that enables the provision of the disconnected portions of an approximation of a curve within a given bounding box. +- Made the `Arr_linear_traits_2` a model of the new concept. ### [3D Mesh Generation](https://doc.cgal.org/6.1/Manual/packages.html#PkgMesh3)