From 872d03ae1ddd63fa37d32202976770c317a5f220 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 26 Jan 2019 20:46:40 -0500 Subject: [PATCH] Update for version 0.4.0. Version 0.3.0 never really happened, as no release binaries were ever generated. --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a45b62c..24707fb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. -## 0.3.0 - present +## 0.4.0 - present +- Add amalgamated build to janet for easier embedding. +- Add os/date function +- Add slurp and spit to core library. - Added this changelog. - Added peg module (Parsing Expression Grammars) - Move hand written documentation into website repository.