From 5795e68e57d1259bf25c12ed2d0675425bc3403b Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 20 Mar 2017 16:55:54 -0400 Subject: [PATCH] Issue #186 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5825fa4..2f2bd744 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ Features - Allow Cyclone to find `(cyclone)` prefixed libraries installed in Cyclone's system folder. - Allow a library to export identifiers that are exported by another library. Previously a library could only export identifiers that it defined directly. - Raise an error if an unknown identifier is found in a library's `export` list. +- Aric Belsito removed a hardcoded call to `cyclone` from the Makefile when building `generate-c`. Thanks! Bug Fixes