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.