From 51e73fcbd3130e8d0d4956d9a09cc4d2726a33e1 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 22 Jan 2021 22:21:18 -0500 Subject: [PATCH] Fix for when/unless alternate clause --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0332df6c..56943a45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ Features Bug Fixes - Fix import of library dependencies from the interpreter, when the dependencies are imported via `cond-expand`. +- Arthur Maciel fixed `when` and `unless` to no longer return `#f` in cases where the expression body is not executed. ## 0.24 - January 2, 2021