Update CHANGES.md

This commit is contained in:
Simon Giraudot 2020-04-27 10:29:34 +02:00
parent 7702f57620
commit e0936d233d
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,12 @@ Release History
- The long-deprecated function `CGAL::convex_hull_3_to_polyhedron_3()` has been removed.
The function `CGAL::convex_hull_3_to_face_graph()` should be used instead.
### dD Spatial Searching
- The kd-tree can now be built in parallel: `CGAL::Kd_tree::build()`
is given an optional template parameter `ConcurrencyTag` (default
value remains `CGAL::Sequential_tag` for backward compatibility).
Release 5.0
-----------