From 23a7f29a8a4248fdc24e3b5da141d75611443e23 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Thu, 11 May 2006 01:50:49 +0000 Subject: [PATCH] More new bits, from reviewing the current diff --- NEWS | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d2851fe0b..5b3522bae 100644 --- a/NEWS +++ b/NEWS @@ -14,10 +14,18 @@ Each release reports the NEWS in the following sections: Changes in 1.8.1: +* Changes to the C interface +** New function scm_c_locale_stringn_to_number. + * Bug fixes. ** array-set! with bit vector. +** make-shared-array fixes, including examples in the manual which failed. ** stringinexact overflows on fractions with big num/den but small result. +** Build problems on MacOS, SunOS, QNX. Changes since the 1.6.x series: