This commit is contained in:
Justin Ethier 2017-03-20 16:55:54 -04:00
parent ebb5696dda
commit 5795e68e57

View file

@ -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