From a09bceb19fcd4f0642c48e56712ad2e9bee8482b Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 4 Apr 2019 16:07:47 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a7022a7..b46c527a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 0.11 - TBD +Features + +- Improve performance of compiled code a bit by inlining code that tracks call history instead of using a dedicated function in the runtime. + ## 0.10 - March 28, 2019 Features