From a3c63632a3ae9933e7134b9a145e25f75c4f9b3f Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 26 Nov 2019 21:20:56 -0500 Subject: [PATCH] Revised 0.11.6 section --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 937f464a..cf825a1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,14 @@ Features - Faster record type constructors - During compilation, validate the number of arguments passed to local function calls. - - Added `-use-unsafe-prims` compiler option to allow generating faster code at the expense of runtime checks. + - Added the `-use-unsafe-prims` compiler option to allow generating faster code for certain primitives at the expense of runtime checks. Bug Fixes - Fixed `integer?` such that if `x` is an inexact real number, then `(integer? x)` is true if and only if `(= x (round x))`, per R7RS. Internals + - When including an internal `.scm` file used by the compiler, check the current directory before the system directory. ## 0.11.5 - October 30, 2019