From f4b7d3b7cab64b794cee2c1d057cce88e40879c8 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 19 Dec 2017 11:39:35 -0500 Subject: [PATCH] Clarify macro support --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a06a89ed..1ca3ef71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Features -- Added `let-syntax` and `letrec-syntax` to the compiler and interpreter. +- Added support for `let-syntax` and `letrec-syntax`. - Added the `(scheme repl)` library and `interaction-environment` function from R7RS. - Allow `eval` to recognize `syntax-rules` macros. - Added single-byte oriented I/O functions `read-u8`, `peek-u8`, and `write-u8` from R7RS.