From ff6096bf80986674e5448694742743b9ac11b173 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 17 Aug 2016 18:29:02 -0400 Subject: [PATCH] Issue #21 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index beddad3a..5262f7bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,3 +10,5 @@ Bug Fixes: - Fixed the compiler to allow application of a function that can take any number of arguments. For example: ((lambda test (write test)) 1 2 3 4) + +- Updated `eval` to handle functions that take an optional number of arguments.