From 1a7e74e65bf4989de9d57137e18267d2b38acabd Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 22 May 2019 17:07:03 -0400 Subject: [PATCH] Added immutable objs --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ef272a7..c680a25f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 0.11.1 - TBD +Features + +- Added support for immutable objects. Any quoted pairs, vectors, bytevectors, or strings will now be flagged as immutable, per R7RS. + Bug Fixes - Fixed a bug where the compiler would not always validate the number of arguments passed to a locally-defined function.