From 47fbe26611c8d5382a8cf924737a1d27aad30329 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sat, 1 Aug 2020 18:40:11 -0400 Subject: [PATCH] Issue #398 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 622b60ff..e50d487f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ Bug Fixes - Avoid compilation errors when a program ends with a `set!` expression. Thanks to Yorick Hardy for the bug report! - Fixed a bug with the interpreter such that running an `import` will no longer remove definitions from the global environment. - Fixed another interpreter bug to allow `import` to load renamed identifiers. +- Prevent compiler errors when calling an anonymous lambda that accepts an optional argument list. ## 0.18 - June 8, 2020