From c7dc3611bcf2325f2a319ff5c5c4c42e9cbe4cb7 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Thu, 9 May 2019 13:45:19 -0400 Subject: [PATCH] Prepare for 0.5.0 release --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75ee05cb..9c6b1e5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## 0.5.0 - ?? +## 0.5.0 - 2019-05-09 - Fix some bugs with buffers. - Add `trace` and `untrace` to the core library. - Add `string/has-prefix?` and `string/has-suffix?` to string module.