From 1cb1b6e89f01a70f3c0b0ab037f64c7da00f767f Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 23 Nov 2016 18:48:34 -0500 Subject: [PATCH] Escaped chars fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff14fdf3..e5243a22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Features: Bug Fixes +- Prevent C compilation error when compiling string with special characters in them such as `#\tab`, `#\alarm`, and `#\return`. - Do not generate invalid C code when compiling `+` or `*` without any arguments. # 0.3.2 - November 22, 2016