This commit is contained in:
Justin Ethier 2017-08-23 16:57:29 +00:00
parent 821e04eb34
commit 4b082da588

View file

@ -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.