From 4de446f55630e4afed9248fc9a8d2e927c6b77b3 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 27 Jul 2020 17:42:11 -0400 Subject: [PATCH] Qualify filename in error messages --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8db7a715..f7f42fea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Features -- The compiler now provides improved error messages with file and line numbers for a wide range of syntax errors. +- The compiler now provides improved error messages with filename and line numbers for a wide range of syntax errors. - Added `c-void` type into `(cyclone foreign)`. Bug Fixes