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

Update changelog.

This commit is contained in:
Calvin Rose 2020-02-25 20:08:22 -06:00
parent 8262290bff
commit 7d26de6697

View File

@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## Unreleased ## Unreleased
- Improve `janet_formatc` and `janet_panicf` formatters to be more like `string/format`.
This makes it easier to make nice error messages from C.
- Add `signal` - Add `signal`
- Add `fiber/can-resume?` - Add `fiber/can-resume?`
- Allow fiber functions to accept arguments that are passed in via `resume`. - Allow fiber functions to accept arguments that are passed in via `resume`.