~ chicken-core (chicken-5) f12c070ba198027fd59398b41eb1c253dbf6aed8
commit f12c070ba198027fd59398b41eb1c253dbf6aed8 Author: Kooda <kooda@upyum.com> AuthorDate: Wed Aug 22 09:56:02 2018 +0200 Commit: Kooda <kooda@upyum.com> CommitDate: Wed Aug 22 09:56:02 2018 +0200 Add an entry in the NEWS file about file access procedures diff --git a/NEWS b/NEWS index 1fd58730..18eefd7f 100644 --- a/NEWS +++ b/NEWS @@ -109,6 +109,9 @@ - `repository-path` is now a parameter containing a list of strings instead of a string, as the search path for libraries can now contain multiple directories. + - `file-read-access?`, `file-write-access?` and `file-execute-access?` have + been renamed `file-readable?`, `file-writable?` and `file-executable?` + into the (chicken file) module. - Module system - The compiler has been modularised, for improved namespacing. ThisTrap