From 02539131de9935045eb2ffee428e75d0e2f6c629 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sat, 19 Dec 2020 21:21:07 -0500 Subject: [PATCH] Added bug fix from Sean Lynch --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c566bdfe..c4a9144d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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