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

update changelog

This commit is contained in:
Calvin Rose 2023-06-08 19:54:01 -05:00
parent e35c6b876f
commit 0bd6e85c61

View File

@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
## ??? - Unreleased
- Allow dictionary types for `take` and `drop`
- Fix bug with closing channels while other fibers were waiting on them - `ev/take`, `ev/give`, and `ev/select` will now return the correct (documented) value when another fiber closes the channel.
- Add `ffi/calling-conventions` to show all available calling conventions for FFI.
- Add `net/setsockopt`
- Add `signal` argument to `os/proc-kill` to send signals besides `SIGKILL` on Posix.
- Add `source` argument to `os/clock` to get different time sources.