~ chicken-core (chicken-5) 72027c7bfe2384d78cc694914c2200ddad7499f2
commit 72027c7bfe2384d78cc694914c2200ddad7499f2
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Fri Jun 24 19:33:02 2011 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Fri Jun 24 19:33:02 2011 +0200
NEWS fixes
diff --git a/NEWS b/NEWS
index fcea63bf..12d66148 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-4.7.1
+4.7.2
- Core tools
- "chicken-install"
@@ -320,8 +320,6 @@
(thanks to Alan Post)
- new "implicit renaming" macro facility contributed by Peter Bex
(see `ir-macro-transformer')
- - record-definitions are now made local to the module in which
- they are defined (thanks to Jim Ursetto)
- parameters are now settable and can be modified using `set!'
(SRFI-17)
- added a SRFI-17 setter to `list-ref'
Trap