Skip to content

Commit

Permalink
Complete the CHANGES file
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-proust committed Jun 23, 2022
1 parent 7355895 commit bc92167
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

* 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)
* Add Lwt_result.error, Lwt_result.iter, and Lwt_result.iter_error for consistency with Stdlib. (#927, Antonin Décimo)
* Lwt_result.bind_error (#943, Boning Dong)
* Lwt_result.bind_error. (#943, Boning Dong)
* Add ?cloexec parameter to Lwt_io.pipe. (#911, Antonin Décimo)

====== Misc ======

Expand All @@ -20,6 +21,9 @@
* Fix documentation of infix choose. (#952, Reynir Björnsson)
* Only define OCAML_NAME_SPACE for OCaml<5.0.0. (#929, Antonin Décimo)
* Replace mentions of Pervasives with Stdlib in the doc. (#954, Antonin Décimo)
* Improve deprecation message for auto_yield. (#908, Seb Mondet)
* Fix mirage tutorial link. (#936, Tuomas Lukka)
* Fix issues in opam file. (#937, Andreas Hauptmann)

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

Expand All @@ -30,6 +34,8 @@
* Fix macOS/arm64 tests which have a 16k page. (#932, Kate Deplaix)
* Fix Lwt_unix.closedir incorrectly checking the return value of closedir(3). (#942, Antonin Décimo)
* Fix custom_operations struct not fully initialized after OCaml 4.08. (Antonin Décimo, #918)
* Fix missing include directive. (#940, Antonin Décimo)
* Fix missing initialisation in Unix stub. (#941, Antonin Décimo)

====== Deprecations ======

Expand Down

0 comments on commit bc92167

Please sign in to comment.