From b1f1a332dc710d76b47faa9d066ea1fb185ed053 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 17 Dec 2020 11:29:09 -0500 Subject: [PATCH] Added TODO to update (cyclone concurrent) docs --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0cd4ca2..8d3beb56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## 0.24 - TBD +TODO: shared object functions no longe required since 0.14, update docs to reflect that, mark functions in (cyclone concurrent) as deprecated + + Bug Fixes - 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.