diff --git a/NEWS.md b/NEWS.md index 0f0b6e3ec..76c1fe96d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -29,9 +29,10 @@ python binary for creating a virtual environmnent. This is now the default method for finding the python binary when calling `virtualenv_create(version = )`. - - `install_python()` now gives a better error message if git is not installed. +- New function `conda_search()`, contributed by @mkoohafkan in PR #1364. + - Fixed an issue where a py capsule finalizer could access the R API from a background thread. (#1406)