Added apply fix

This commit is contained in:
Justin Ethier 2016-08-23 01:17:01 -04:00
parent a7bf1a094a
commit e879cebf70

View file

@ -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.