summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS5
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f0024371..a41c3935a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-08 Ludovic Courtès <ludo@gnu.org>
+
+ * NEWS: Mention changes to `record-accessor' and
+ `record-modifier'.
+
2007-07-29 Ludovic Courtès <ludo@gnu.org>
Added Gnulib support.
diff --git a/NEWS b/NEWS
index 21b0dd09f..11d04ea03 100644
--- a/NEWS
+++ b/NEWS
@@ -42,6 +42,11 @@ Changes in 1.8.3 (since 1.8.2)
** Expressions like "(set! 'x #t)" no longer yield a crash
+* Implementation improvements
+
+** Procedures returned by `record-accessor' and `record-modifier' are faster
+
+
Changes in 1.8.2 (since 1.8.1):