From 516c13c6df5196854dbdcab7c1386b4008fed349 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 23 Aug 2017 16:42:53 +0000 Subject: [PATCH] Note recent changes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48314483..0cfa2063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Features - Relocated `string-join` to `(scheme cyclone util)` and added a corresponding `string-split` function. +- Allow optimization of `define-c` functions marked as `inline` even if an alternative non-CPS version of the function is not defined. ## 0.6.1 - August 22, 2017