diff options
| author | 2019-09-05 13:21:17 -0500 | |
|---|---|---|
| committer | 2019-09-05 13:21:17 -0500 | |
| commit | 2f2b875c2a16df2372f1700ce9407d3078de3a89 (patch) | |
| tree | a9ee613518a897e05e56a41a59065f38e1f00524 | |
| parent | Add put-in. (diff) | |
Update CHANGELOG.md
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7568dd89..ead70343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Changelog All notable changes to this project will be documented in this file. -## 1.3.0 - 2019-09-05 +## 1.3.0 - Unreleased +- 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. The functionality in `cook` is now bundled directly in the `jpm` script. |
