From cf9ac2b3e6ca9e40aa858f6ba42a6576948f7a91 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 25 Mar 2021 22:07:28 -0400 Subject: [PATCH] Added a line item for new SRFI library names --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d454f556..21fcec2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ Features Note that no changes are a required if `(cyclone foreign)` is used to integrate with C. +- Provide alternative library names for each of the SRFI libraries. Generally these names follow the recommendations from R7RS Large - for example `(scheme list)` as a friendlier alternative to `(srfi 1)`. - Modifying version numbers going forward to use explicit three digit semantic versioning `major.minor.bugfix`. Bug Fixes