From 5a0b17f4531e137e12ba81d0f6238af1bf4ba392 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 4 Jan 2018 18:45:25 -0500 Subject: [PATCH] Revised previous comments --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f241f85..eaa5dbd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Features -- Compile a faster version of `apply` when only two arguments are received. +- The compiler now emits a faster version of `apply` in cases where only two arguments are received. Bug Fixes