From dc0ac2bbaa055f49a31e65d72a97edf9bf51c87b Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 3 Jan 2018 17:06:37 -0500 Subject: [PATCH] Revised 0.7.2 text --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c496ea8f..7ed3f78f 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 heap allocate objects that exceed the maximum size for objects on the stack. +- Fixed many functions including `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