Added bug fix from Sean Lynch

This commit is contained in:
Justin Ethier 2020-12-19 21:21:07 -05:00
parent 1c0e4811c5
commit 02539131de

View file

@ -7,6 +7,7 @@ TODO: shared object functions no longe required since 0.14, update docs to refle
Bug Fixes
- Sean Lynch fixed a bug where record type predicates do not check the length of the target before checking if the vector is actually a record.
- 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