From cc96f10326186ba0d7bccaaf6d04c009295f8dab Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 26 Apr 2018 17:25:07 -0400 Subject: [PATCH] Issue #246 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c66abb23..3b5a9b73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 0.7.3 - TBD +Features + +- Added basic support for square and curly brackets in place of parentheses. + Bug Fixes - Fixed an off-by-one error in `read-line` where the function erroneously reported an extra character was read from `stdin`. Thanks to wasamasa for the bug report.