New release

This commit is contained in:
Justin Ethier 2020-12-01 17:49:40 -05:00
parent 6d6ce2f849
commit 5d4c221d90

View file

@ -0,0 +1,10 @@
---
layout: post
title: Released Cyclone Scheme 0.23
excerpt: This release contains compiler bug fixes for ARM and import expressions added during macro expansion.
---
Bug Fixes
- Fixed compilation error in `runtime.c` on Raspberry Pi / ARM.
- Have the compiler recompute library dependencies for a program if additional import expressions are encountered during macro expansion.