1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-09 14:26:10 +00:00

Add a changelog.

This commit is contained in:
Calvin Rose
2019-01-22 15:23:42 -05:00
parent c5012ca4c1
commit 4d81fbc238

7
CHANGELOG.md Normal file
View File

@@ -0,0 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.
## 0.3.0 - present
- Added this changelog.
- Added peg module (Parsing Expression Grammars)
- Move hand written documentation into website repository.