Added parameterize

This commit is contained in:
Justin Ethier 2016-08-18 18:03:32 -04:00
parent a1d7069aa9
commit 8f64a2c193

View file

@ -2,6 +2,8 @@
Features: Features:
- Added `parameterize` from section 4.2.6 of R7RS to the `(scheme base)` library.
Bug Fixes: Bug Fixes:
- Thanks to Mark Meyer, identified and fixed several segfaults in `write` and `display`. - Thanks to Mark Meyer, identified and fixed several segfaults in `write` and `display`.