diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index b67ababe3..f34938dac 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,10 @@ +2004-08-18 Kevin Ryde + + * and-let-star.scm: Add cond-expand-provide srfi-2, since this module + provides that feature. + * receive.scm: Add cond-expand-provide srfi-8, since this module + provides that feature. + 2004-08-09 Marius Vollmer From Matthias Koeppe. Thanks!