From 37a943d9b5adfd2a9663667fc4151ca71b4fc32d Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Thu, 5 Sep 2019 19:33:08 -0500 Subject: [PATCH] 1.3.0 Release --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ead70343..5c14ada5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## 1.3.0 - Unreleased +## 1.3.0 - 2019-09-05 - Add `get-in`, `put-in`, `update-in`, and `freeze` to core. - Add `jpm run rule` and `jpm rules` to jpm to improve utility and discoverability of jpm. - Remove `cook` module and move `path` module to https://github.com/janet-lang/path.git.