diff --git a/NEWS b/NEWS index dd1d5df83..3629ee473 100644 --- a/NEWS +++ b/NEWS @@ -87,6 +87,9 @@ Example: * Changes to Scheme functions and syntax +** Escape procedures created by call-with-current-continuation now +accept any number of arguments, as required by R5RS. + ** New function `make-object-property' This function returns a new `procedure with setter' P that can be used @@ -303,6 +306,9 @@ Use a type specific length macro instead of SCM_LENGTH_MAX. ** Removed function: scm_struct_init +** Renamed function: scm_make_cont has been replaced by +scm_make_continuation, which has a different interface. + ** Deprecated function: scm_call_catching_errors Use scm_catch or scm_lazy_catch from throw.[ch] instead.