Revised 0.11.6 section

This commit is contained in:
Justin Ethier 2019-11-26 21:20:56 -05:00
parent c30bf50b5d
commit a3c63632a3

View file

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