From 23481f34c240a6c72188be00347a968d33b2ffa0 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 28 Dec 2020 21:42:09 -0500 Subject: [PATCH] Update TODO comment --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80e62f07..b08a2475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog +## 0.25 - TBD +TODO: consider creating a revised overview of our GC that unifies the original writeup, lazy sweeping, and these latest changes for safely sharing objects between threads. + ## 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. As part of this, consider creating a revised overview of our GC that unifies the original writeup, lazy sweeping, and these latest changes for safely sharing objects between threads. - - 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. Thanks to Arthur Maciel for the bug report.