|
1 | 1 | ===== dev ===== |
2 | 2 |
|
| 3 | +===== 5.6.0 ===== |
| 4 | + |
3 | 5 | ====== Installability ====== |
4 | 6 |
|
5 | 7 | * Lwt is now compatible with OCaml 5.00. Lwt is now incompatible with OCaml 4.02. (#925, #923, Kate Deplaix, Patrick Ferris) |
|
10 | 12 |
|
11 | 13 | * In the Lwt_io module, add `?cloexec:bool` optional arguments to functions that create file descriptors (`pipe`). The `?cloexec` argument is simply forwarded to the wrapped Lwt_unix function. (#872, #911, Antonin Décimo) |
12 | 14 | * Add Lwt_result.error, Lwt_result.iter, and Lwt_result.iter_error for consistency with Stdlib. (#927, Antonin Décimo) |
13 | | - * Lwt_result.bind_error (#943, Boning Dong) |
| 15 | + * Lwt_result.bind_error. (#943, Boning Dong) |
| 16 | + * Add ?cloexec parameter to Lwt_io.pipe. (#911, Antonin Décimo) |
14 | 17 |
|
15 | 18 | ====== Misc ====== |
16 | 19 |
|
|
20 | 23 | * Fix documentation of infix choose. (#952, Reynir Björnsson) |
21 | 24 | * Only define OCAML_NAME_SPACE for OCaml<5.0.0. (#929, Antonin Décimo) |
22 | 25 | * Replace mentions of Pervasives with Stdlib in the doc. (#954, Antonin Décimo) |
| 26 | + * Improve deprecation message for auto_yield. (#908, Seb Mondet) |
| 27 | + * Fix mirage tutorial link. (#936, Tuomas Lukka) |
| 28 | + * Fix issues in opam file. (#937, Andreas Hauptmann) |
23 | 29 |
|
24 | 30 | ====== Fixes ====== |
25 | 31 |
|
|
30 | 36 | * Fix macOS/arm64 tests which have a 16k page. (#932, Kate Deplaix) |
31 | 37 | * Fix Lwt_unix.closedir incorrectly checking the return value of closedir(3). (#942, Antonin Décimo) |
32 | 38 | * Fix custom_operations struct not fully initialized after OCaml 4.08. (Antonin Décimo, #918) |
| 39 | + * Fix missing include directive. (#940, Antonin Décimo) |
| 40 | + * Fix missing initialisation in Unix stub. (#941, Antonin Décimo) |
33 | 41 |
|
34 | 42 | ====== Deprecations ====== |
35 | 43 |
|
|
0 commit comments