From f95235f079a5751f475caefe142aa19eea9c40e0 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 9 Nov 2018 17:01:14 -0500 Subject: [PATCH] Note recent changes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b25bf208..81fb05f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Features (notes) - optimize recursive functions using C iteration - combine lambda functions that are only called for side effects. +- improve inlining of primitives that work with immutable objects. Bug Fixes