Update CHANGELOG.md

This commit is contained in:
Justin Ethier 2020-12-13 21:53:29 -05:00 committed by GitHub
parent 1156977958
commit 98cc78dc7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
Bug Fixes
- Do not attempt to call `eval` from the runtime if `(scheme eval)` has not been imported. We not raise a Scheme error instead of risking a C segmentation violation.
- Do not attempt to call `eval` from the runtime if `(scheme eval)` has not been imported. Instead we now raise a Scheme error in this case instead of allowing the runtime to raise a C segmentation violation.
## 0.23 - December 1, 2020