Update for version 0.4.0.

Version 0.3.0 never really happened, as no release
binaries were ever generated.
This commit is contained in:
Calvin Rose 2019-01-26 20:46:40 -05:00
parent ee5fa54134
commit 872d03ae1d
1 changed files with 4 additions and 1 deletions

View File

@ -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.