|
1 | 1 | ===== dev ===== |
2 | 2 |
|
3 | | - * Avoid double-reversing when traversing lists. This may change the order in |
4 | | - which some promises are collected, which may change which of several |
5 | | - rejection is arbitrarily selected during concurrent traversal. |
6 | | - * Add support for OCaml 4.12 (#804, #826, Kate Deplaix) |
| 3 | +===== 5.4.0 (2020-12-16) ===== |
| 4 | + |
| 5 | +====== Installability ====== |
| 6 | + |
| 7 | + * Support for OCaml 4.12 (#804, #826, Kate Deplaix). |
| 8 | + |
| 9 | + * lwt_ppx now uses ppxlib. This introduce a transitive dependency to OCaml.4.04 (#807, Philippe Veber). |
| 10 | + |
| 11 | +====== Bugfixes ====== |
| 12 | + |
| 13 | + * Catch exceptions in Lwt_react.of_stream (#809, Petter A. Urkedal). |
| 14 | + |
| 15 | + * Avoid segfaults in Lwt_unix.tcsetattr (#798, Frédéric Fortier). |
| 16 | + |
| 17 | +====== Additions ====== |
| 18 | + |
| 19 | + * fork method in Lwt_engine. This method is a noop in the released engines but it paves the way to a libuv-based engine (#811, Ulrik Strid, Anton Bachin). |
| 20 | + |
| 21 | + * Lwt_main.abandon_yielded_and_paused for use in conjunction with Lwt.fork (#789, Julien Tesson). |
| 22 | + |
| 23 | + * Lwt.wrap_in_cancelable to complete protect and no_cancel (#785). |
| 24 | + |
| 25 | + * Support for IOV_MAX in [Lwt_unix.IO_vectors.system_limit (#801, Pino Toscano). |
| 26 | + |
| 27 | + * Lwt_unix.send_msgto (#805, Antonio Nuno Monteiro). |
| 28 | + |
| 29 | + * Lwt.dont_wait, a more explicit alternative to Lwt.async (#820, François Thiré). |
| 30 | + |
| 31 | +====== Miscellaneous ====== |
| 32 | + |
| 33 | + * Avoid double-reversing when traversing lists. This may change the order in which some promises are collected, which may change which of several rejection is arbitrarily selected during concurrent traversal (#784). |
| 34 | + |
| 35 | + * Numerous documentation improvements (including external contributions from Bikal Lem, Sudha Parimala, and Hannes Mehnert). |
| 36 | + |
| 37 | + |
7 | 38 |
|
8 | 39 | ===== 5.3.0 (2020-04-22) ===== |
9 | 40 |
|
|
0 commit comments