diff --git a/CHANGELOG.md b/CHANGELOG.md index 80b53354..52820cff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Features - Added `let-syntax` to the compiler and interpreter. TBD: `letrec-syntax` - Allow `eval` to recognize `syntax-rules` macros. +- Added the `(scheme repl)` library and `interaction-environment` function from R7RS. Internal Changes