1
0
mirror of https://github.com/janet-lang/janet synced 2025-04-15 23:33:17 +00:00

Update changelog to include change to ev/deadline

This commit is contained in:
Michael Camilleri 2025-04-09 10:38:59 +09:00
parent 5705b2f6c7
commit 6254fffad0
No known key found for this signature in database
GPG Key ID: 7EB218A48DF8B572

View File

@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
- Make `ffi/write` append to a buffer instead of insert at 0 by default.
- Add `os/getpid` to get the current process id.
- Add `:out` option to `os/spawn` to be able to redirect stderr to stdout with pipes.
Add `interrupt?` argument to `ev/deadline` to use VM interruptions.
## 1.38.0 - 2025-03-18
- Add `bundle/replace`