From ec874d463fd5defd8b3c9d9a136c3b9377d95fef Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 4 May 2018 14:30:48 -0400 Subject: [PATCH] Remove line since this was a 0.7.3 issue!! Really need to get an official release of this soon... --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eca3bdca..c815e91c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,6 @@ Bug Fixes - Fixed an off-by-one error in `read-line` where the function erroneously reported an extra character was read from `stdin`. Thanks to wasamasa for the bug report. - Fixed a CPS optimization issue where multiple copies of the same lambda are introduced during beta expansion, which causes the optimizer to potentially pick up the wrong value when optimizing-out function calls later on. Thanks to @Chant on Github for providing the report and a test program demonstrating the issue. - Updated the parser to recognize mnemonic escapes (EG: `\n`, `\a`, etc) and inline hex escapes as part of a symbol. -- Prevent a possible infinite loop during beta expansion optimization. ## 0.7.2 - February 15, 2018