diff --git a/CHANGELOG.md b/CHANGELOG.md index 508a9d77..04aa88de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,4 +17,5 @@ Bug Fixes: - Updated `eval` to handle functions that take an optional number of arguments. - Updated `number->string` to omit leading zeros for binary conversions. +- Fixed `apply` to use the proper semantics when receiving more than one data argument. - Changed the `assoc` and `member` functions to accept an optional comparison function, and modified both families of functions to be native Scheme functions instead of C primitives.