From bc4b9541f8833210ff544a0b1c68fc05edf6ba06 Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Thu, 17 May 2018 09:58:15 +0200 Subject: [PATCH] Update CHANGES.md --- Installation/CHANGES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index 7c5a24a08e9..b081c358ef9 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -33,6 +33,19 @@ Release date: September 2018 to reflect the real needs of the code (some types and operators were used in the code but did not appear in the concepts). +### CGAL and the Boost Graph Library (BGL) + +- The function `copy_face_graph()` now uses named parameters, some allowing it + to use property maps instead of output iterators. + +- Addition of the following named parameters : + - vertex_to_vertex_output_iterator + - halfedge_to_halfedge_output_iterator + - face_to_face_output_iterator + - vertex_to_vertex_map + - halfedge_to_halfedge_map + - face_to_face_map + Release 4.12 ------------