From 929412a29b9d8f916b00eb342249ee5b9b4ca558 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 28 Jan 2019 13:14:56 -0500 Subject: [PATCH] Document Arthur's latest changes --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2ced8f0..0750e493 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## 0.9.8 - TBD +Bug Fixes + +- Arthur Maciel fixed a bug in the compiler back-end where a terminating semi-colon would not be emitted in the C code generated for a short program. + +Internal Compiler Enhancements + +- Arthur Maciel updated the `cgen` module to follow the [Riastradh style rules](https://mumble.net/~campbell/scheme/style.txt) for updating comments. Thanks Arthur! + ## 0.9.7 - January 19, 2019 Features