From 5f663d6cdcbe2916a01e5ca0f95601c7ac9f6093 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sat, 17 Apr 2004 23:23:52 +0000 Subject: [PATCH] *** empty log message *** --- srfi/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/srfi/ChangeLog b/srfi/ChangeLog index 5fade6420..8afd1073c 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,9 @@ +2004-04-18 Kevin Ryde + + * srfi-11.scm (let-values): Use gensym instead of gentemp, to avoid + deprecation warning from the latter. Reported by Andreas Rottmann. + (Same change made by Marius in the cvs head.) + 2004-02-01 Rob Browning * srfi-31.scm: new file.