Skip to content

Commit

Permalink
Prepare v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Jan 13, 2025
1 parent a240782 commit 2f77245
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
### v0.3.1 (2025-01-13)

- Notice the domain if it needs to look into the shared heap if a task is ready
to be transfered (@dinosaure, #41)
- Don't use `Option.value` but `match .. with` to calculate the optional length
for `Miou_unix.{read,write}` (@kit-ty-kate, #44)
- Use `List.iter` instead of `Hashtbl.iter` for internal kept file-descriptors
of `Miou_unix` (@dinosaure, #45)
- Improve the documentation of `Miou_unix` about suspended syscalls (@dinosaure,
@kit-ty-kate, #43)
- Export `reraise` (@dinosaure, #46)
- Fix an issue on the `dom0` and observe if some tasks must be transfered to it
(@dinosaure, #48)
- Fix documentation (@mbarbin, #47)
- Fix the formatter (@mbarbin, #51)
- Upgrade miou to `ocamlformat.0.27.0` (@mbarbin, #52)
- Add `x-maintenance-intent` (@hannesm, #56)
- Improve the documentation and some `odoc` warnings (@mbarbin, #53, #54)

### v0.3.0 (2024-08-22)

- Set the internal pipe used to interrupt a domain to a non-blocking mode and
Expand Down

0 comments on commit 2f77245

Please sign in to comment.