From b383ea6d012e1646d2501241a72f4fb74fa45c54 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 5 Sep 2018 18:02:03 -0400 Subject: [PATCH] Issue #275 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6205faef..a90d56d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 0.9.3 - TBD +Features + +- Allow pretty printing of bytevectors. + 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.