From e32331a835eba8eb7058135262b27f812db00640 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Tue, 28 May 2024 11:58:43 +0100 Subject: [PATCH] Prepare release --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 1c12dcdb6..357de52d3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,8 @@ New features: - Add `Eio.Pool.use ~never_block` (@SGrondin #657, reviewed by @talex5). +- Add `Eio_unix.Net.import_socket_listening` (@alyssais #733). + - Add `Eio.Time.Timeout.sleep` (@talex5 #726). Documentation: @@ -29,6 +31,8 @@ Linux backend: - Split flow into its own file (@talex5 #727). +- Add work-around for signals race (@talex5 #734). + POSIX backend: - Add `_BSD_SOURCE` flag to fix build on OpenBSD (@prgbln #722).