diff --git a/NEWS.md b/NEWS.md index f689d9c0..67d01822 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,8 @@ ## RcppParallel 5.1.8 (UNRELEASED) +* RcppParallel now explicitly links to the bundled copy of TBB on macOS. (#206; @jeroen) + ## RcppParallel 5.1.7 * Remove deprecated `std::iterator`. (#192; @Enchufa2)