Update CHANGELOG.md

This commit is contained in:
Justin Ethier 2018-06-21 13:28:08 -04:00 committed by GitHub
parent dba718ef63
commit 2267084afd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@ Features
- Improve garbage collector performance for large heaps. - Improve garbage collector performance for large heaps.
- Allow optimization of some simple self-recursive functions. - Allow optimization of some simple self-recursive functions.
- Generate faster compiled code for calls to `car`, `cdr`, and most built-in predicates.
- Generate faster compiled code for calls to `list` that contain a small number of arguments, and for calls to `map` and `for-each` that only pass a single list. - Generate faster compiled code for calls to `list` that contain a small number of arguments, and for calls to `map` and `for-each` that only pass a single list.
Bug Fixes Bug Fixes