From ec1fee076494fdcca2861d4471aab58558869963 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 16 Aug 2021 22:09:18 -0400 Subject: [PATCH] Clean up --- _posts/2021-07-27-Released-Cyclone-Scheme-0.31.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2021-07-27-Released-Cyclone-Scheme-0.31.0.md b/_posts/2021-07-27-Released-Cyclone-Scheme-0.31.0.md index fa953804..4e128a0c 100644 --- a/_posts/2021-07-27-Released-Cyclone-Scheme-0.31.0.md +++ b/_posts/2021-07-27-Released-Cyclone-Scheme-0.31.0.md @@ -8,7 +8,7 @@ excerpt: This release fixes a number of critical bugs. #### Compiler -- Properly handle vectors literals at the top level of compiled code. Previously this could lead to segmentation faults (!!) at runtime. +- Properly handle vectors literals at the top level of compiled code. Previously this could lead to segmentation faults at runtime. - Fixed an off-by-one error unpacking arguments when calling a primitive as the continuation after a garbage collection. #### Base Library