From a9b37c2bd471e57597de78f643bba76e34f09d73 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 23 Aug 2017 12:03:41 +0000 Subject: [PATCH] Issue #213 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 241665de..48314483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 0.6.2 - TBD +Features + +- Relocated `string-join` to `(scheme cyclone util)` and added a corresponding `string-split` function. + ## 0.6.1 - August 22, 2017 Bug Fixes