Added recent changes

This commit is contained in:
Justin Ethier 2016-08-11 23:53:46 -04:00
parent 5dceed4e2d
commit 3b7419f6d6

View file

@ -4,5 +4,7 @@ Features:
Bug Fixes: 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. - 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.