This commit is contained in:
Justin Ethier 2018-04-26 17:25:07 -04:00
parent 0282227d7a
commit cc96f10326

View file

@ -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.