From 88bec243b870d6ff5f67e35ca3493051da1d0dd7 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sat, 10 Nov 2018 07:06:02 -0500 Subject: [PATCH] Added TODO --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49e8c758..dd407278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Features (notes) - 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? +TODO: make sure to add local-var-redux.scm to cyclone-bootstrap! this has not been done yet!! + Bug Fixes