Skip to content

Commit

Permalink
Merge pull request #90 from talex5/release
Browse files Browse the repository at this point in the history
Prepare release
  • Loading branch information
talex5 authored May 15, 2023
2 parents ff1b56e + 480c708 commit 6be0442
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,6 +1,11 @@
## dev
## v0.6

- Use `caml_enter_blocking_section` when calling `io_uring_submit` (@TheLortex #86).
- Fix SIGSEGV on `Uring.wait` (@edwintorok #89).
`io_uring_submit_and_wait_timeout` can return a success status but with a NULL `cqe`.

- Remove unused variable in C stub (@talex5 #87).

- Use `caml_enter_blocking_section` when calling `io_uring_submit` (@TheLortex #86).

## v0.5

Expand Down

0 comments on commit 6be0442

Please sign in to comment.