From 5d06cf1836b06a4d76d79524d12463c63b91793f Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 27 Mar 2017 17:42:22 -0400 Subject: [PATCH] Issue #87 - `eval` now supports `import` --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c33baf4e..4a90fbbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ Features +- Cyclone now has support in the interpreter for loading libraries via `import`. This is probably the most important change in this release and allows `icyc` to be used to its full potential. - Store parameter objects in such a way that changes to a parameter object do not affect other threads that use the same parameter object. The specific requirement from R7RS is: