From 37a1d65980c035c18d67269cac849c77d1ce0042 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sat, 1 Apr 2017 00:17:58 -0400 Subject: [PATCH] WIP --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69192409..eba9f935 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Features +IN PROGRESS - bignum support for SRFI 60 + - 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.