From 974ac8f2ab14403be9bb1ea81f54d08a80b0464f Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 27 Jul 2020 18:21:21 -0400 Subject: [PATCH] Document fix for import in (scheme eval) --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7f42fea..f99a8cd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,10 @@ Features Bug Fixes -- Fixed a bug in the oprimized numeric comparison operators when comparing a double with a bignum, that could lead to undefined behavior. +- Fixed a bug in the optimized numeric comparison operators when comparing a double with a bignum, that could lead to undefined behavior. - Fixed `make_empty_bytevector` and `make_c_opaque` parameters on `(cyclone foreign)`. - Avoid compilation errors when a program ends with a `set!` expression. Thanks to Yorick Hardy for the bug report! +- Fixed a bug with the interpreter such that running an `import` will no longer remove definitions from the global environment. ## 0.18 - June 8, 2020