From 818e3e290812cb3a2b5a1d3a2078753f6186a21e Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 12 Aug 2016 17:39:33 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45cf69ff..beddad3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,8 @@ 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. +- 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. - Fixed the compiler to allow application of a function that can take any number of arguments. For example: - ((lambda test (write test)) 1 2 3 4) + ((lambda test (write test)) 1 2 3 4)