mirror of https://github.com/CGAL/cgal
Update CHANGES.md
This commit is contained in:
parent
cd6ffdc12a
commit
bc4b9541f8
|
|
@ -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
|
||||
------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue