From ad0f057c0cb6772c38caf3d32eee44cac8aa921b Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 22 Nov 2016 17:33:02 -0500 Subject: [PATCH] Mention include-ci --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cef0c351..b9980b65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ Features: - Recognize escaped vertical line and hex scalar value characters when reading a string. - Added `current-thread` to SRFI 18. -- Added the `include` macro. +- Added the `include` and `include-ci` macros. Bug Fixes