Fix for when/unless alternate clause

This commit is contained in:
Justin Ethier 2021-01-22 22:21:18 -05:00
parent f8b2d5a9cc
commit 51e73fcbd3

View file

@ -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