Update CHANGELOG.md

This commit is contained in:
Justin Ethier 2019-11-26 21:47:58 -05:00 committed by GitHub
parent 4f631e3fc9
commit 36bfd7dd0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
Features
- Faster record type constructors
- Faster record type constructors.
- During compilation, validate the number of arguments passed to local function calls.
- Added the `-use-unsafe-prims` compiler option to generate faster code for certain primitives by eliminating runtime safety checks.