This commit is contained in:
Justin Ethier 2018-01-02 12:44:03 -05:00
parent a7de0994a5
commit 528f545b5c

View file

@ -4,7 +4,7 @@
Bug Fixes 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 ## 0.7.1 - December 21, 2017