From 36a74053c2318fcf1ad3bec22909dbf614504d1f Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sat, 8 Oct 2016 02:05:04 -0400 Subject: [PATCH] Support `only` and `except` --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0805b362..4849c78f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Features: - Added limited support for calling `define-syntax` from `eval` - explicit renaming macros can now be declared interactively. - Added `get-environment-variables` from R7RS. +- Improved library support to allow `only` and `except` import sets. Bug Fixes