From 6ebc9e6b8f7a09a1bb6539dc53e49690898d05bd Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 2 Feb 2017 18:36:30 -0500 Subject: [PATCH] Document improvements to program imports --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d4cbef3..e728ce45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ Features - Koz Ross added an implementation of SRFI 60. +- Allow a program to have more than one `import` declaration. A program can now also use `cond-expand` to selectively expand `import` declarations. - Added the `-A` and `-I` compiler options from SRFI 138 to `cyclone`: > `-A directory`