mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 09:17:35 +02:00
Update CHANGELOG.md
This commit is contained in:
parent
1156977958
commit
98cc78dc7e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue