~ chicken-core (chicken-5) 29ddab96381e0920ce2aac8713b549dd7096cd73
commit 29ddab96381e0920ce2aac8713b549dd7096cd73 Author: Peter Bex <peter@more-magic.net> AuthorDate: Sun Jul 29 19:30:24 2018 +0200 Commit: Peter Bex <peter@more-magic.net> CommitDate: Sun Jul 29 19:30:24 2018 +0200 Slight rewording to avoid confusion diff --git a/NEWS b/NEWS index ca894b4d..4a772594 100644 --- a/NEWS +++ b/NEWS @@ -86,7 +86,7 @@ detected (fixes #1386, thanks to Vasilij Schneidermann). - `change-file-mode` was renamed to set-file-permissions! and SRFI-17 generalized set! support has been added for `file-permissions`. - This procedure now accepts either a file descriptor or a port. + This procedure now also accepts a file descriptor or a port. - `file-permissions` now returns one value: the permission integer. - `read-file` has been renamed to `read-list`. - The procedures for random numbers have been reimplemented;Trap