This commit is contained in:
Justin Ethier 2016-10-12 02:50:19 -04:00
parent 854af89848
commit 8b8e059191

View file

@ -10,7 +10,7 @@ Features:
- Added support for SRFI 106: a basic socket interface. - Added support for SRFI 106: a basic socket interface.
- Improved library support to recognize all of the import set forms: `only`, `except`, `prefix`, and `rename`. - Improved library support to recognize all of the import set forms: `only`, `except`, `prefix`, and `rename`.
- Allow explicit renaming macros to be declared interactively. This is the first limited support for calling `define-syntax` from `eval`. - Allow explicit renaming macros to be declared interactively. This is the first limited support for calling `define-syntax` from `eval`.
- Added `get-environment-variables` from R7RS. - Added the `get-environment-variables` function from R7RS.
Bug Fixes Bug Fixes