cyclone/CHANGELOG.md
2016-08-11 23:53:46 -04:00

10 lines
351 B
Markdown

# Next Release
Features:
Bug Fixes:
- Thanks to Mark Meyer, identified and fixed several segfaults in `write` and `display`.
- Updated `write` to display escaped character sequences (EG: "\t") instead of literal characters.
- Prevent C compilation errors when building a program that only contains basic primitives or a constant at the top level.