The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #90 from talex5/release

Prepare release

authored by

Thomas Leonard and committed by
GitHub
6be04428 ff1b56ef

+7 -2
+7 -2
CHANGES.md
··· 1 - ## dev 1 + ## v0.6 2 + 3 + - Fix SIGSEGV on `Uring.wait` (@edwintorok #89). 4 + `io_uring_submit_and_wait_timeout` can return a success status but with a NULL `cqe`. 5 + 6 + - Remove unused variable in C stub (@talex5 #87). 2 7 3 - - Use `caml_enter_blocking_section` when calling `io_uring_submit` (@TheLortex #86). 8 + - Use `caml_enter_blocking_section` when calling `io_uring_submit` (@TheLortex #86). 4 9 5 10 ## v0.5 6 11