Skip to content

Commit

Permalink
Add NEWS.md entry for Sys.which()
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed May 9, 2018
1 parent 48694c1 commit e8b511b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,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
-----------------------------
Expand Down

0 comments on commit e8b511b

Please sign in to comment.