Skip to content

Commit 380f957

Browse files
Mention doc effort in CHANGES
1 parent 19a4fb3 commit 380f957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414

1515
* On Windows, make Lwt_process.create_process duplicate standard handles given to the child process if they're not inheritable, to mimic the behaviour of Unix.create_process. (#909, Antonin Décimo)
1616
* Add missing dependency to `cppo` in lwt-react's opam file. (#946, Rizo I)
17+
* Improve documentation (especially internal links). (#928, Antonin Décimo)
1718

1819
====== Fixes ======
1920

2021
* Fix win32_spawn leaking dev_null fd in the parent process. (#906, Antonin Décimo)
2122
* Prefer SetHandleInformation to DuplicateHandle in set_close_on_exec for sockets. DuplicateHandle mustn't be used on sockets. (#907, Antonin Décimo)
22-
* Lwt.pick and Lwt.choose select preferentially failed promises as per
23-
documentation (#856, #874, Raman Varabets)
23+
* Lwt.pick and Lwt.choose select preferentially failed promises as per documentation (#856, #874, Raman Varabets)
2424
* Use the WSA_FLAG_NO_HANDLE_INHERIT on Windows when creating sockets with WSASocket if the cloexec (non-inheritable) parameter is true. Fixes a Windows problem where a child process would inherit a supposedly non-inheritable socket. (#910, Antonin Décimo)
2525
* Fix macOS/arm64 tests which have a 16k page. (#932, Kate Deplaix)
2626

0 commit comments

Comments
 (0)