From b829abadfbd53531323ebc68c8fcba6511e59290 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 23 Sep 2019 13:32:47 -0400 Subject: [PATCH] Issue #339 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9485532..3dd7512b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ https://github.com/cyclone-scheme/cyclone-winds Bug Fixes +- Fixed an issue with `make-string` and UTF-8 chars. Thanks to Lassi Kortela for the bug report! - Added `open-binary-input-file` and `open-binary-output-file` from R7RS. - Validate the number of arguments passed to `if` expressions. - Raise a useful error instead of aborting the whole program (!) when apply attempts to execute an object of the wrong type.