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.