diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cfa2063..ccbc58fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ Features +- Made additional speed increases to `read`. - 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.