From ca51deade87fb5b6614c6e176e5e83552936cd66 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 15 Jun 2018 19:07:03 -0400 Subject: [PATCH] Added a note about beta expansion --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdceb500..629a78b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ Features Bug Fixes - Fixed a bug where `current-jiffy` was returning total clock time of the process, which cannot be used to measure time accurately when more than one thread is executing concurrently. +- Allow optimizer to beta expand a wider range of function calls and prevent an infinite loop by beta expanding a recursive function with itself. ## 0.8 - May 30, 2018