summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@lilypond.org>2007-01-19 20:05:30 +0000
committerHan-Wen Nienhuys <hanwen@lilypond.org>2007-01-19 20:05:30 +0000
commit8a9faebcbf8b629926a5b235da3f46407d71569a (patch)
treeaa2483787ed880d464667458e215680b17a3daac
parent19ab431ea1900cc66120637c0f4abec0636555b7 (diff)
downloadguile-8a9faebcbf8b629926a5b235da3f46407d71569a.tar.gz
idem.
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9da8def36..9ea9cc7aa 100644
--- a/NEWS
+++ b/NEWS
@@ -19,10 +19,14 @@ Changes in 1.9.XXXXXXXX:
* Changes to the distribution
* Changes to the stand-alone interpreter
* Changes to Scheme functions and syntax
+
+** A new 'memoize-symbol evaluator trap has been added. This trap can
+be used for efficiently implementing a Scheme code coverage.
+
* Changes to the C interface
** Functions for handling scm_option now no longer require an argument
- indicating length of the scm_t_option array.
+indicating length of the scm_t_option array.
Changes in 1.8.2 (since 1.8.1):