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`: