1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-24 17:27:18 +00:00

Update CHANGELOG.md

This commit is contained in:
Calvin Rose 2019-09-05 13:21:17 -05:00
parent 99f147219a
commit 2f2b875c2a

View File

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