Update CHANGELOG.md

This commit is contained in:
Justin Ethier 2020-07-28 23:08:41 -04:00 committed by GitHub
parent e81a28fe49
commit ff04774330
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,7 @@ Bug Fixes
- 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.
- Fixed another interpreter bug to allow `import` to load renamed identifiers.
## 0.18 - June 8, 2020