From b39c8a0622df3ff1aa85afe64becaa7dd0bfd8a2 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 26 Jul 2021 09:57:10 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6f93583..87f00c57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Bug Fixes -#### General Fixes +#### Compiler - 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.