Update changes.md

This commit is contained in:
Maxime Gimeno 2018-10-05 11:46:38 +02:00
parent 4615c636d5
commit aa10bcc5b0
1 changed files with 7 additions and 0 deletions

View File

@ -20,6 +20,13 @@ Release date: March 2019
- `CGAL::Polygon_mesh_processing::merge_duplicated_vertices_in_boundary_cycle()`
- `CGAL::Polygon_mesh_processing::merge_duplicated_vertices_in_boundary_cycles()`
### 3D Fast Intersection and Distance Computation
- The primitives AABB_face_graph_triangle_primitive and
AABB_halfedge_graph_segment_primitive now use a pair of id and
graph if they are parameterized to deal with several graphs in
per tree (with the template tag.)
Release 4.13
------------