From a898c99c9ef29f214ceab830081d28ded301990c Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 17 Nov 2016 22:51:49 +0000 Subject: [PATCH] Issue #133 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad58de12..484abfd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ Bug Fixes - Fixed the `member` functions to always return the list when a value is found, instead of `#t`. - Fixed `string->number` to return `#f` if the string cannot be converted. - Fixed a bug where the optimizer would sometimes generate incorrect code when a mutating primitive (EG: `set-car!`) was passed an expression rather than an identifier as the variable argument. +- Prevent the runtime from crashing when a non-numeric value type is passed to a numeric function. # 0.3 - October 22, 2016