From 68036a0b6ad2944910191bf445bc8c613afbc922 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 27 Sep 2016 23:57:05 -0400 Subject: [PATCH] Issue #113 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ead709c..6d0ddf29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ Bug Fixes - Improved macro hygiene support to properly rename temporary variables in the `let-values` macro. - Improve output of `error` by outputting objects as they are represented in memory by using `write`. +- Check for duplicate lambda parameters during compilation. # 0.2 - September 7, 2016