Skip to content

Commit

Permalink
Mention pick/choose fix in CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-proust authored and smorimoto committed Jan 3, 2022
1 parent c3ff476 commit 2dad87d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

* Fix win32_spawn leaking dev_null fd in the parent process. (#906, Antonin Décimo)
* Prefer SetHandleInformation to DuplicateHandle in set_close_on_exec for sockets. DuplicateHandle mustn't be used on sockets. (#907, Antonin Décimo)
* Lwt.pick and Lwt.choose select preferentially failed promises as per
documentation (#856, #874, Raman Varabets)

===== 5.5.0 =====

Expand Down

0 comments on commit 2dad87d

Please sign in to comment.