Update CHANGELOG.md

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

View file

@ -6,7 +6,7 @@ Features
- Faster record type constructors
- During compilation, validate the number of arguments passed to local function calls.
- Added the `-use-unsafe-prims` compiler option to allow generating faster code for certain primitives at the expense of runtime checks.
- Added the `-use-unsafe-prims` compiler option to generate faster code for certain primitives by eliminating runtime safety checks.
Bug Fixes
@ -14,7 +14,7 @@ Bug Fixes
Internals
- When including an internal `.scm` file used by the compiler, check the current directory before the system directory.
- When including an internal `.scm` file used by the compiler, check the current directory before the system directory. This makes it easier to work on certain compiler modules.
## 0.11.5 - October 30, 2019