diff options
author | Andy Wingo <wingo@pobox.com> | 2010-08-12 11:14:38 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2010-08-16 21:36:14 -0700 |
commit | 46088b26299cf427cd887c6289ea564ec33ecffb (patch) | |
tree | d48bbb3c2ef57ce85eff01f23be0cb6b21c8bd15 | |
parent | 8fad25c25f1d28a2009c882275bceea8ebefa550 (diff) | |
download | guile-46088b26299cf427cd887c6289ea564ec33ecffb.tar.gz |
minor NEWS tweaks
* NEWS: Minor tweaks.
-rw-r--r-- | NEWS | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -8,6 +8,7 @@ Please send Guile bug reports to bug-guile@gnu.org. Note: During the 1.9 series, we will keep an incremental NEWS for the latest prerelease, and a full NEWS corresponding to 1.8 -> 2.0. + Changes in 1.9.12 (since the 1.9.11 prerelease): ** Many R6RS bugfixes @@ -27,9 +28,9 @@ See "R6RS Standard Libraries" in the manual, for more details. ** Support for `letrec*' -Guile now supports letrec*, a form of letrec in which the identifiers -are bound in order. See "Local Bindings" in the manual, for more -details. +Guile now supports `letrec*', a recursive lexical binding operator in +which the identifiers are bound in order. See "Local Bindings" in the +manual, for more details. ** Internal definitions now expand to `letrec*' |