Added full-unicode

This commit is contained in:
Justin Ethier 2017-12-18 14:51:14 -05:00
parent 24b10e9d6a
commit 05d9e7e204

View file

@ -12,6 +12,10 @@ Internal Changes
- Relocated all macro expansion code to the `(scheme eval)` module. Cyclone's `(scheme cyclone macros)` library is now obsolete.
Bug Fixes
- Added the `full-unicode` feature since Unicode is supported as of the 0.7 release.
## 0.7 - November 17, 2017
Features