From 7cb714a387503a2bd9429ce0113ddfe7d9675e0a Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sat, 3 Nov 2018 22:27:55 -0400 Subject: [PATCH] Added notes --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 754c2b57..b25bf208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 0.9.4 - TBD +Features (notes) +- optimize recursive functions using C iteration +- combine lambda functions that are only called for side effects. + Bug Fixes - Prevent GC segmentation fault on ARM platforms (Raspberry Pi 2).