From 2eb0a36383fe27251cb5e8d3d2b160e0e76b45a0 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 20 Mar 2025 10:34:15 +0100 Subject: [PATCH] Add to change log --- Installation/CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index f95d719aa56..1e0875b7ab7 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -12,6 +12,11 @@ - 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. + +### [CGAL and the Boost Graph Library (BGL)](https://doc.cgal.org/6.1/Manual/packages.html#PkgBGL) + +- Added the function `dijkstra_shortest_path()` which computes the geometrically shortest sequence of halfedges between two vertices. + ## [Release 6.0.1](https://github.com/CGAL/cgal/releases/tag/v6.0.1) ### [Poisson Surface Reconstruction](https://doc.cgal.org/6.0.1/Manual/packages.html#PkgPoissonSurfaceReconstruction3)