diff --git a/NEWS.md b/NEWS.md index c043d8cf618db..9ecf38a5d993e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -655,6 +655,8 @@ Library improvements * `trunc`, `floor`, `ceil`, and `round` specify `digits`, `sigdigits` and `base` using keyword arguments. ([#26156], [#26670]) + * `Sys.which()` provides a cross-platform method to find executable files, similar to + the Unix `which` command. ([#26559]) Compiler/Runtime improvements -----------------------------