Skip to content

Commit ed81ff9

Browse files
Mention addition in CHANGES
1 parent 5259673 commit ed81ff9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGES

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,21 @@
2323

2424
* Lwt_preemptive.run_in_main_dont_wait to run a function in the main preemptive thread but without waiting for the result. (Kate Deplaix, #960)
2525

26+
* Lwt_unix.handle_signal and Lwt_engine.forwards_signal to allow other IO libraries (such as Eio) to share signal handlers. (Thomas Leonard, #993, #991)
27+
2628
====== Build ======
2729

2830
* Remove unused dependency in dune file. (#969, Kate Deplaix)
2931

3032
* Fix some compilation warnings for C stubs with OCaml 5. (#976, Antonin Décimo)
3133

34+
====== Fixes ======
35+
36+
* Use SA_ONSTACK on OCaml5 to avoid SIGSEGV. (Thomas Leonard, #993, #981)
37+
38+
* Fix race in worker loop. (Thomas Leonard, #993, #994)
39+
40+
3241
===== 5.6.1 =====
3342

3443
====== Fixes ======

0 commit comments

Comments
 (0)