*** empty log message ***
authorGary Houston <ghouston@arglist.com>
Wed, 29 Nov 2000 21:27:13 +0000 (21:27 +0000)
committerGary Houston <ghouston@arglist.com>
Wed, 29 Nov 2000 21:27:13 +0000 (21:27 +0000)
NEWS

diff --git a/NEWS b/NEWS
index dd1d5df..3629ee4 100644 (file)
--- 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.