Added TODO to update (cyclone concurrent) docs

This commit is contained in:
Justin Ethier 2020-12-17 11:29:09 -05:00
parent 98cc78dc7e
commit b1f1a332dc

View file

@ -2,6 +2,9 @@
## 0.24 - TBD ## 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 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. - 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.