From 925f4d983c0371197932d57949c9f9fd44988b26 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sat, 10 Nov 2018 06:54:17 -0500 Subject: [PATCH] Issue #280 - Working through how this should operate --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81fb05f0..49e8c758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ 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. +- EXPERIMENTAL - Added a new feature `program` to `cond-expand` that is only defined when compiling a program. TODO: what about icyc? + Bug Fixes