Note latest change

This commit is contained in:
Justin Ethier 2019-09-26 10:08:12 -04:00
parent 51919cfdf8
commit a18ba5eaf8

View file

@ -5,6 +5,10 @@
TODO: mention cyclone-winds even though not part of this official release TODO: mention cyclone-winds even though not part of this official release
https://github.com/cyclone-scheme/cyclone-winds https://github.com/cyclone-scheme/cyclone-winds
Features
- Speed up mutations by only tracking them for minor GC purposes if we are mutating a heap variable to point to a stack var.
Bug Fixes Bug Fixes
- Fixed an issue with `make-string` and UTF-8 chars. Thanks to Lassi Kortela for the bug report! - Fixed an issue with `make-string` and UTF-8 chars. Thanks to Lassi Kortela for the bug report!