From 3c1322c2c09e1118e6b31d6761630c6dcb27ed4a Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 7 Sep 2021 08:55:25 -0400 Subject: [PATCH] Revise TBD section --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fcb6fb3..a3feb896 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ Features Bug Fixes -- Do not display error message for missing file(s) if SCM->C compilation fails. +- Do not display an error message for missing file(s) if the Scheme-to-C compilation fails. - Do not inline calls to `system` as it could result in multiple calls of the same command. ## 0.32.0 - August 16, 2021