~ chicken-core (chicken-5) 099c35c7aa2650de3fb8b41d3ff7b5f73328e906
commit 099c35c7aa2650de3fb8b41d3ff7b5f73328e906 Author: Peter Bex <peter@more-magic.net> AuthorDate: Sat Aug 29 16:13:14 2015 +0200 Commit: Peter Bex <peter@more-magic.net> CommitDate: Sat Aug 29 16:13:14 2015 +0200 Update NEWS with argvector changes diff --git a/NEWS b/NEWS index ab034eb8..39269824 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +4.10.1 + +- Runtime system: + - The calling convention of CPS procedures has been changed to + use "argument vectors" instead of C calling convention. + - Apply hack is no longer used; the limitation of 128 arguments + has been lifted for platforms which had no apply hack. + 4.10.0 - Security fixesTrap