From 9dadee5fd0f151eeb8c1f982864dfc72640061d8 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 20 Jun 2018 18:07:43 -0400 Subject: [PATCH] Include map and for-each --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44196d40..1ceaa89e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Features - Improve garbage collector performance for large heaps. - Allow optimization of some simple self-recursive functions. -- Generate faster compiled code for calls to `list` that contain a small number of arguments. +- 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