From 8a9faebcbf8b629926a5b235da3f46407d71569a Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 19 Jan 2007 20:05:30 +0000 Subject: [PATCH] idem. --- NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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):