1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-16 18:29:56 +00:00

Update CHANGELOG.md

This commit is contained in:
Calvin Rose 2021-03-13 19:22:47 -06:00
parent e70f64e23d
commit fa163093d2

View File

@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
- Update meson.build
- Add option to automatically add shebang line in installed scripts with `jpm`.
- Add `partition-by` and `group-by` to the core.
- Sort keys in pretty printing output.
## 1.15.3 - 2021-02-28
- Fix a fiber bug that occured in deeply nested fibers