From 3bbd230123202ac2ab486af49a24e24e01fb7581 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 20 Sep 2021 16:48:55 -0400 Subject: [PATCH] Remove bugfix as it is covered by new feature --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3feb896..6dd705cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,6 @@ Features Bug Fixes -- 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