diff --git a/srfi/ChangeLog b/srfi/ChangeLog index 5dcbd4e79..133b4221a 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,7 @@ +2003-05-13 Kevin Ryde + + * srfi-1.scm (delete): Fix predicate arg order to match srfi-1 spec. + 2003-05-10 Kevin Ryde * srfi-1.scm (take): Make this an alias for list-head.