From 501b4391bc28c25236899cda52e1d7387112be16 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 23 Sep 2020 15:43:10 -0400 Subject: [PATCH] Note latest change --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f642f81e..abf9c5b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 0.22 - TBD +Bug Fixes + +- The compiler now displays a helpful error message to the user when compilation of a program fails due to an error building a dependent library. + ## 0.21 - September 17, 2020 Features