From 4f631e3fc959d734e0bc6a4bef225074e4b29313 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 26 Nov 2019 21:45:42 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf825a1c..f11c4eb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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