From ebef2767613074932ac507d7804f8c216357d593 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 16 Nov 2016 23:55:10 +0000 Subject: [PATCH] Added fixes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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