Skip to content

Commit

Permalink
Merge pull request #22 from talex5/release
Browse files Browse the repository at this point in the history
Prepare release
  • Loading branch information
talex5 authored Aug 23, 2023
2 parents b103a53 + 6854213 commit 8279f4c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v0.4

- Get Lwt and Eio to share the SIGCHLD handler (@talex5 #19).
Otherwise, Lwt replaces Eio's handler and may prevent Eio from noticing child processes finishing.

- Don't allow cancelling things after forking (@talex5 #21).
With io_uring, this will mess up the parent's ring.

- Add `Lwt_eio.run_lwt_in_main` (@talex5 #20).
This is useful if your program uses multiple Eio domains and you want to run some Lwt code from any of them.

- Fix some Eio deprecation warnings (@talex5 #18).

## v0.3

- Restore the old Lwt engine after finishing (@talex5 #16, reported by @tmcgilchrist).
Expand Down

0 comments on commit 8279f4c

Please sign in to comment.