From 70b47f520596e6677970fce614ef3f60005381d8 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 28 Nov 2016 18:41:45 -0500 Subject: [PATCH] Issue #138 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5243a22..d3778aad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Bug Fixes - Prevent C compilation error when compiling string with special characters in them such as `#\tab`, `#\alarm`, and `#\return`. - Do not generate invalid C code when compiling `+` or `*` without any arguments. +- Handle compilation of variable-argument anonymous lambda's. For example: `((lambda x x) 3 5)`. # 0.3.2 - November 22, 2016