···11-## v0.4
11+## v0.4 (2025-09-17)
2233* Clamp max open files to 2^19, as macOS sometimes returns
44- 2^32-1.
44+ 2^32-1 (#7 @avsm).
5566## v0.3 (2023-03-10)
77···11111212## v0.2 (2023-02-27)
13131414-* Narrowed the type of Util.fd_of_unix (@reynir)
1515-* Use older school uerror instead of caml_uerror (@reynir)
1616-* Added c_standard to dune build flags (@reynir)
1414+* Narrowed the type of `Util.fd_of_unix` (@reynir)
1515+* Use older school uerror instead of `caml_uerror` (@reynir)
1616+* Added `c_standard` to dune build flags (@reynir)
1717* Addded ppoll(2) discoverability and a mini compat layer (@haesbaert)
1818* Improved tests (@haesbaert)
1919* Re-added macos support (@haesbaert)