diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2017-06-29 17:19:06 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-06-18 14:14:47 +0200 |
commit | eb90831ce81bcb85ae96d27011ebe71955cdf75d (patch) | |
tree | 3ba847b86b0fdc70eefcc2643e64c0240d6439a5 /NEWS | |
parent | ac9f0831c1f31945e42d60b107f6a112b4684e7f (diff) |
Add SRFI 71: Extended LET-syntax for multiple values.
* module/srfi/srfi-71.scm: New file.
* module/srfi/Makefile.am: Add it.
* doc/ref/srfi-modules.texi: Document it.
* NEWS: Update.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,11 +1,22 @@ Guile NEWS --- history of user-visible changes. -Copyright (C) 1996-2017 Free Software Foundation, Inc. +Copyright (C) 1996-2018 Free Software Foundation, Inc. See the end for copying conditions. Please send Guile bug reports to bug-guile@gnu.org. +Changes in 2.2.4 (since 2.2.3): + +* New interfaces and functionality + +** SRFI-71 (Extended LET-syntax for multiple values) + +Guile now includes SRFI-71, which extends let, let*, and letrec to +support assigning multiple values. See "SRFI-71" in the manual for +details. + + Changes in 2.2.3 (since 2.2.2): * New interfaces and functionality |