~ chicken-core (chicken-5) f058105f85eced314531553445869be3997cd94c
commit f058105f85eced314531553445869be3997cd94c Author: Peter Bex <peter.bex@xs4all.nl> AuthorDate: Sun Nov 3 12:39:54 2013 +0100 Commit: Peter Bex <peter.bex@xs4all.nl> CommitDate: Sun Nov 3 12:39:54 2013 +0100 Add delay-force to NEWS diff --git a/NEWS b/NEWS index 59116c00..2137e335 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,7 @@ - Unit extras now implicitly depends on ports. ports no longer implicitly depends on extras. This may break programs which don't use modules and forgot to require ports but use procedures from it. + - Support has been added for the space-safe R7RS macro "delay-force". - Platform support - CHICKEN can now be built on AIX (contributed by Erik Falor)Trap