This commit is contained in:
Justin Ethier 2017-07-18 17:09:55 +00:00
parent 03da56a11f
commit a8c5c559d3

View file

@ -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