From c6f032340a7350b05a5e63bd552c025f66007bf2 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 16 Feb 2019 17:55:08 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc554c7c..5228cfca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. ## 0.4.0 - ?? +- Add `string/format` and `buffer/format`. +- Remove `string/pretty` and `string/number`. - `make-image` function creates pre compiled images for janet. These images link to the core library. They can be loaded via require or manually via `load-image`.