From a8c5c559d3effa85025f436cedf51e5922ca666a Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 18 Jul 2017 17:09:55 +0000 Subject: [PATCH] Issue #182 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9e507f2..c08d6532 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ Features - Allow the `-A` and `-I` options to `icyc`, for specifying additional library import directories. +Bug Fixes + +- Updated `string->number` to return `#f` for all bases when the conversion fails. Previously bases other than ten would return `0` instead. + ## 0.5.3 - June 29, 2017 Features