From a18ba5eaf867fb11c024ae6fe34e94ce7da539e1 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 26 Sep 2019 10:08:12 -0400 Subject: [PATCH] Note latest change --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dd7512b..916f1095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ TODO: mention cyclone-winds even though not part of this official release https://github.com/cyclone-scheme/cyclone-winds +Features + +- Speed up mutations by only tracking them for minor GC purposes if we are mutating a heap variable to point to a stack var. + Bug Fixes - Fixed an issue with `make-string` and UTF-8 chars. Thanks to Lassi Kortela for the bug report!