From f2bf30874604dbffb33aed09f71707e44a30e28b Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 5 Mar 2020 23:01:28 -0500 Subject: [PATCH] WIP bug fixes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 927b30e2..9b11633c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ Features Bug Fixes +- WIP - bug fixes to `read-bytevector` (return EOF, issue with sha2 sums) + - Fixed a bug where variables defined within `define-syntax` and `let-syntax` are reported as unbound by the compiler. ## 0.15 - February 26, 2020