Lwt 2.7.1
Fixes
- OCaml 4.05 compatibility (Mauricio Fernandez, #322).
- Give
Lwt_unix.file_exists
the same semantics asSys.file_exists
, with respect to not raisingUnix.Unix_error
(Mauricio Fernandez, #316). - Improve diagnostics from build scripts (Tim Cuthbertson, #313, #314).
Additions
- Announce
Lwt_result
, which was originally released as an experimental module in release 2.6.0 (Simon Cruanes, #320, #247).