From 982462b13db8ced14bab85b998743f2cb70350e0 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 3 Aug 2021 22:04:50 -0400 Subject: [PATCH] Issue #473 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53354563..af3003db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Features Bug Fixes +- @nmeum fixed `(scheme repl)` to flush the output port prior to writing the prompt, guaranteeing the prompt is written at the correct time. - Avoid unnecessary renaming of identifiers when the interpreter performs macro expansion. - When allocating a large vector we now guarantee all vector elements are initialized before the major collector can trace those elements. This avoids the potential for a race condition which could lead to a segmentation fault. - Ensure atomic objects are properly traced by the major garbage collector.