From a81d0de109a2f5d648d08d12f56ce8b1c739f617 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Tue, 6 Dec 2005 22:37:39 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 8e6af0e23..c4657a803 100644 --- a/NEWS +++ b/NEWS @@ -121,6 +121,11 @@ form around the code performing the heavy computations (typically a C code primitive), enabling the computations to run in parallel while the scripting code runs single-threadedly. +** Support for SRFI 61, extended cond syntax for multiple valuesm has + been added. + +This SRFI is always available. + ** Support for require-extension, SRFI-55, has been added. The SRFI-55 special form `require-extension' has been added. It is