Skip to content

Commit 2f77245

Browse files
committed
Prepare v0.3.1
1 parent a240782 commit 2f77245

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGES.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
### v0.3.1 (2025-01-13)
2+
3+
- Notice the domain if it needs to look into the shared heap if a task is ready
4+
to be transfered (@dinosaure, #41)
5+
- Don't use `Option.value` but `match .. with` to calculate the optional length
6+
for `Miou_unix.{read,write}` (@kit-ty-kate, #44)
7+
- Use `List.iter` instead of `Hashtbl.iter` for internal kept file-descriptors
8+
of `Miou_unix` (@dinosaure, #45)
9+
- Improve the documentation of `Miou_unix` about suspended syscalls (@dinosaure,
10+
@kit-ty-kate, #43)
11+
- Export `reraise` (@dinosaure, #46)
12+
- Fix an issue on the `dom0` and observe if some tasks must be transfered to it
13+
(@dinosaure, #48)
14+
- Fix documentation (@mbarbin, #47)
15+
- Fix the formatter (@mbarbin, #51)
16+
- Upgrade miou to `ocamlformat.0.27.0` (@mbarbin, #52)
17+
- Add `x-maintenance-intent` (@hannesm, #56)
18+
- Improve the documentation and some `odoc` warnings (@mbarbin, #53, #54)
19+
120
### v0.3.0 (2024-08-22)
221

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

0 commit comments

Comments
 (0)