From ee68cce67a1bd3a170cc5c49c5369db31e002d84 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sat, 8 Sep 2018 21:34:47 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a90d56d5..cf14fbb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ Features Bug Fixes -- Fix `input-port?`, `output-port?`, `input-port-open?`, and `output-port-open?` to return `#f` instead of crashing when a non-port object is passed. +- Fix `input-port?`, `output-port?`, `input-port-open?`, and `output-port-open?` to return `#f` instead of raising an error when a non-port object is passed. ## 0.9.2 - August 26, 2018