From 4fce12afb0ba5a9a50b830576e270073a5035530 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 13 Jan 2020 13:29:24 -0500 Subject: [PATCH] Issue #240 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06fd88df..590273ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ Features Bug Fixes - Prevent compilation errors when optimizations are disabled via `-O0`. +- The compiler now omits the continuation argument when printing the expected number of arguments to a function, to avoid confusing error messages. ## 0.11.8 - December 30, 2019