From 7d4c1c4fd2ba050c33c81b479d91238d5a158cbf Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 22 Aug 2016 18:03:14 -0400 Subject: [PATCH] Added library updates --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04aa88de..24a57771 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,3 +19,4 @@ Bug Fixes: - Updated `number->string` to omit leading zeros for binary conversions. - Fixed `apply` to use the proper semantics when receiving more than one data argument. - Changed the `assoc` and `member` functions to accept an optional comparison function, and modified both families of functions to be native Scheme functions instead of C primitives. +- Allow libraries to contain multiple `import`, `begin`, and `export` sections.