~ chicken-core (chicken-5) d483b36a41104061f81521022a2bf02f126e520c
commit d483b36a41104061f81521022a2bf02f126e520c Author: Peter Bex <peter@more-magic.net> AuthorDate: Thu Aug 16 22:40:10 2018 +0200 Commit: Peter Bex <peter@more-magic.net> CommitDate: Thu Aug 16 22:40:21 2018 +0200 Document in NEWS that read-lines and read-all don't accept filenames anymore diff --git a/NEWS b/NEWS index 434e2364..1fd58730 100644 --- a/NEWS +++ b/NEWS @@ -91,6 +91,8 @@ - `read-file` has been renamed to `read-list`. - `read-all` was dropped, as `read-string` with #f as its NUM argument is equivalent. + - `read-lines` and `read-all` no longer accept a string naming a file, + only ports. - The procedures for random numbers have been reimplemented; access to system-specific entropy is available, together with a reasonably good pseudo random number generator (WELL512).Trap