From 114a51ecf5b610643136f35eff5cc7006bbc424a Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 20 Mar 2017 17:03:50 -0400 Subject: [PATCH] Update CHANGELOG.md Fix indentation --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa5489f1..92214ef3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,9 @@ Features - Store parameter objects in such a way that changes to a parameter object do not affect other threads that use the same parameter object. -The specific requirement from R7RS is: + The specific requirement from R7RS is: -> `parameterize` must not change the associated values of any parameters in any thread other than the current thread and threads created inside the `parameterize` body. + > `parameterize` must not change the associated values of any parameters in any thread other than the current thread and threads created inside the `parameterize` body. - Normalize the result of `string->number` such that bignums are only returned if the result truly is a bignum. - Allow Cyclone to find `(cyclone)` prefixed libraries installed in Cyclone's system folder.