summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2000-09-03 20:18:58 +0000
committerMarius Vollmer <mvo@zagadka.de>2000-09-03 20:18:58 +0000
commitdb36bd509b40701befe46855aef0369720cee43e (patch)
tree87b12a8a852c5fb17e1b6233c35fcf6baf4493ac /RELEASE
parent11768c044a883f4105dd36bd87c047f276128cfb (diff)
downloadguile-db36bd509b40701befe46855aef0369720cee43e.tar.gz
Add note about "#&".
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE b/RELEASE
index 913818047..c13ae47c6 100644
--- a/RELEASE
+++ b/RELEASE
@@ -53,10 +53,10 @@ In release 1.6:
SCM_ORD_SIG, SCM_NUM_SIGS
- remove function scm_call_catching_errors
(replaced by catch functions from throw.[ch])
+- remove support for "#&" reader syntax in (ice-9 optargs).
- remove scm_make_shared_substring
- remove scm_read_only_string_p
-
Modules sort.c and random.c should be factored out into separate
modules (but still be distributed with guile-core) when we get a new
module system.