From 8b8e059191c982dea39ad9176bf9a07fc0708109 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 12 Oct 2016 02:50:19 -0400 Subject: [PATCH] Rev --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbbc9349..9cfe5b1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ Features: - 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`. - 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