From b74a7ec8bf01e6038d4437a0ce4306b8e2b59773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Grabm=C3=BCller?= Date: Thu, 28 Jun 2001 16:40:38 +0000 Subject: [PATCH] Mention SRFI-4. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 458906a5a..da1ecf357 100644 --- a/NEWS +++ b/NEWS @@ -47,6 +47,8 @@ using a module. (srfi srfi-2) exports and-let*. +(srfi srfi-4) implements homogeneous numeric vector datatypes. + (srfi srfi-6) is a dummy module for now, since guile already provides all of the srfi-6 procedures by default: open-input-string, open-output-string, get-output-string.