diff --git a/CHANGELOG.md b/CHANGELOG.md index c093b7ab..c661d6c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Features - Added support for complex numbers. - When printing intermediate forms during debugging via `-t` Cyclone will now emit less verbose S-expressions for code in CPS form. To support this effort and make debugging easier, added helper functions `ast:ast->sexp`, `ast:sexp->ast`, and `ast:ast->pp-sexp` to `(scheme cyclone ast)`. - +- Avoid inlining function calls into named let loops. ## 0.7.3 - May 7, 2018