~ chicken-core (chicken-5) 0660a50d177f232a7f6a0a5e10f1e3b89a20729d
commit 0660a50d177f232a7f6a0a5e10f1e3b89a20729d Author: Kooda <kooda@upyum.com> AuthorDate: Mon Aug 6 11:59:51 2018 +0200 Commit: Kooda <kooda@upyum.com> CommitDate: Mon Aug 6 11:59:51 2018 +0200 Add a NEWS entry about the argument type change for process, process* and process-execute diff --git a/NEWS b/NEWS index 4a772594..c6489e78 100644 --- a/NEWS +++ b/NEWS @@ -99,6 +99,9 @@ - `rename-file' now refuses to overwrite an existing file unless an optional "clobber" argument is provided. - The `r4rs` module no longer exports `eval`, which was not in R4RS. + - `process`, `process*` and `process-execute` now expect lists of the form + (("NAME" . "VALUE") ...) instead of the previous (("NAME=VALUE") ...) + as their environment argument. - Module system - The compiler has been modularised, for improved namespacing. ThisTrap