From 71c3fbbcdfe4be1d346b95cc76803fb29426f791 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 5 Oct 2016 00:53:04 -0400 Subject: [PATCH] Updated 0.2.1 notes --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f745c02..72a8ccd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,14 @@ TODO: macro improvements (ref trans.) to support SRFI 128 Features: -- Limited support for `define-syntax` from `eval`. +- Limited support for `define-syntax` from `eval` - explicit renaming macros can now be declared interactively. Bug Fixes - Improved macro hygiene support to properly rename temporary variables in the `let-values` macro. -- Improve output of `error` by outputting objects as they are represented in memory by using `write`. +- Improve output of `error` by using `write` to output objects as they are represented in memory. - Check for duplicate lambda parameters during compilation. -- Fixed an error that was being raised when calling `(random-source-randomize! default-random-source)`. +- Fixed an error that was being raised when calling `(random-source-randomize! default-random-source)` when using SRFI 27. - Raise an error if `list->string` encounters a list element that is not a character. # 0.2 - September 7, 2016