From 3b7419f6d6f06af08dde1a975e870860d6677887 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 11 Aug 2016 23:53:46 -0400 Subject: [PATCH] Added recent changes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e8453e1..fbb88d2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,5 +4,7 @@ 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.