summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2008-04-26 21:09:40 +0200
committerLudovic Courtès <ludo@gnu.org>2008-04-26 21:09:40 +0200
commit816e3edf152f8c4d8a219e0bf24daa908c710adf (patch)
treef0f3d3db80ade4b4ea94e58235715999144e9744 /NEWS
parent189681f55b464888b47b1e798bc20e3f984eb6ca (diff)
downloadguile-816e3edf152f8c4d8a219e0bf24daa908c710adf.tar.gz
Make `(srfi srfi-35)' visible through `cond-expand'.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5cd1b74c5..f45d0aefe 100644
--- a/NEWS
+++ b/NEWS
@@ -69,6 +69,7 @@ would trigger an unbound variable error for `match:andmap'.
Previously, parsing short option names of argument-less options would
lead to a stack overflow.
+** `(srfi srfi-35)' is now visible through `cond-expand'
** Fixed type-checking for the second argument of `eval'
** Fixed `struct-ref' and `struct-set!' on "light structs"
** Honor struct field access rights in GOOPS