From 528f545b5c69129c8a635988856371a3630a71b9 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 2 Jan 2018 12:44:03 -0500 Subject: [PATCH] Issue #81 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e59c74a..5e3dcb25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Bug Fixes -- Fixed `utf8->string` and `list->string` to handle strings that exceed the maximum stack object size by allocating them on the heap. +- Fixed `utf8->string`, `string->utf8`, and `list->string` to use the heap to allocate objects that exceed the maximum size for objects on the stack. ## 0.7.1 - December 21, 2017