From 7890c3a4cb57e8ca5c763a479e1612ec59cc0a11 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 2 Jan 2018 19:02:12 -0500 Subject: [PATCH] Grammar --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2644e7e3..c496ea8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Bug Fixes -- Fixed `utf8->string`, `string->utf8`, `bytevector-copy`, `list->vector`, and `list->string` to use the heap to allocate objects that exceed the maximum size for objects on the stack. +- Fixed `utf8->string`, `string->utf8`, `bytevector-copy`, `list->vector`, and `list->string` to heap allocate objects that exceed the maximum size for objects on the stack. ## 0.7.1 - December 21, 2017