Skip to content

Commit

Permalink
docs: prepare for 0.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
leostera committed Dec 22, 2023
1 parent 908aa2a commit fd34dd4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Changes

## Unreleased
## 0.0.6

* Redo packaging to expose a single public library: `riot`
* Fix issue with schedulers busy-waiting
* Introduce separate IO Schedulers to polling
* Introduce separate IO Schedulers for polling
* Switch to `poll` to support kqueue on macOS
* Reuse read-buffers on Io.read loops
* Broaden IO socket types to file descriptors
* Improved polling with shorter poll timeouts and safety checks
* Add `Dashmap.iter` to iterate over a collection
* Add `net_test` with an echo tcp server/client
* Fix bugs with syscall suspension that was introduced with reduction counting


## 0.0.5

Expand Down

0 comments on commit fd34dd4

Please sign in to comment.