Update CHANGELOG.md

This commit is contained in:
Justin Ethier 2021-07-26 09:57:10 -04:00 committed by GitHub
parent 29b49be3d4
commit b39c8a0622
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.