Skip to content

Commit

Permalink
Mention addition in CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-proust committed Jul 17, 2023
1 parent 5259673 commit e2ca6bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,19 @@

* 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)

* Lwt_unix.handle_signal and Lwt_engine.forwards_signal to allow other IO libraries (such as Eio) to share signal handlers. (Thomas Leonard, #993)

====== Build ======

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

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

====== Fixes ======

* Use SA_ONSTACK on OCaml5 to avoid SIGSEGV. (Thomas Leonard, #993)


===== 5.6.1 =====

====== Fixes ======
Expand Down

0 comments on commit e2ca6bc

Please sign in to comment.