From e81a28fe4937072d55c932e441f999e411048007 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 28 Jul 2020 23:06:47 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f99a8cd0..aea991c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Features -- The compiler now provides improved error messages with filename and line numbers for a wide range of syntax errors. +- Improved error messages with filename and line numbers are now provided for a wide range of syntax errors. - Added `c-void` type into `(cyclone foreign)`. Bug Fixes