From 6cd0be27072ec1e693528521e4f61d7f86a331fb Mon Sep 17 00:00:00 2001 From: Mael Date: Wed, 29 Jan 2020 16:49:52 +0100 Subject: [PATCH] Update changes.md --- Installation/CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index 736a64839c6..c13c8649420 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -75,6 +75,10 @@ Release date: June 2020 - The concept "EdgeProfile" has been removed. This concept was not actually in use as the CGAL-provided model `CGAL::Edge_profile` was imposed to the user. Other concepts have been clarified to reflect the fact that the API uses this particular class. +### STL Extensions for CGAL + - Added a new concurrency tag: `CGAL::Parallel_if_available_tag`. This tag is a convenience typedef to `CGAL::Parallel_tag` + if the third party library TBB has been found and linked with, and to `CGAL::Sequential_tag` otherwise. + [Release 5.0](https://github.com/CGAL/cgal/releases/tag/releases%2FCGAL-5.0) -----------