From 4867cab569364c9fcb692d407ffd28f04052c32a Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Wed, 29 May 2019 22:21:06 -0400 Subject: [PATCH] Correct changelog date. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d50d101a..f3f5a17a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -87,7 +87,7 @@ All notable changes to this project will be documented in this file. - Disallow NaNs as table or struct keys - Update module resolution paths and format -## 0.3.0 - 2019-26-01 +## 0.3.0 - 2019-01-26 - Add amalgamated build to janet for easier embedding. - Add os/date function - Add slurp and spit to core library.