From 6945f24d534966547f950356968170e823c7b370 Mon Sep 17 00:00:00 2001 From: "staticfloat@gmail.com" Date: Tue, 8 May 2018 19:42:15 -0700 Subject: [PATCH] Add `NEWS.md` entry for `Sys.which()` --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index f739507be8f47..a0932388e326f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -660,6 +660,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 -----------------------------