diff --git a/CHANGELOG.md b/CHANGELOG.md index e05cb8b4..c9538c37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ Bug Fixes - Only throw a divide by zero error for integer division. Floating point divide by zero is allowed and evaluates to `nan`. - Modified SRFI 106 to be smarter about compiling `AI_V4MAPPED` and `AI_ALL`, which are not defined on OpenBSD. +- 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. # 0.3 - October 22, 2016