From d964b037a7f80485ad71854d39459c8b0725127f Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 28 Feb 2019 15:59:40 -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 da0731cf..ab0fdc02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Features - Faster initialization of objects create via `define-record-type`. -- Allow the compiler to generate a faster version of `vector` when it is called directly with a small number of arguments. +- Generate faster compiled code for calls to `vector` that contain less than five arguments. ## 0.9.9 - February 19, 2019