cyclone/_posts/2020-12-01-Released-Cyclone-Scheme-0.23.md
2020-12-01 17:49:40 -05:00

10 lines
382 B
Markdown

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