From 2411d3206c1ea99f637b73f07f7ac35204fd3187 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 8 Feb 2017 23:39:08 -0500 Subject: [PATCH] Include SRFI descriptions --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8bb1d90..124b1176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,12 @@ Features -- Koz Ross added implementations of SRFI 28, 60 and 121. +- Koz Ross added implementations of the following SRFI's: + + - SRFI 28 - Basic format strings + - SRFI 60 - Integers as bits + - SRFI 121 - Generators + - 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`: