File tree Expand file tree Collapse file tree 4 files changed +24
-4
lines changed
Expand file tree Collapse file tree 4 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 1+ ===== 6.1.0 =====
2+
3+ ====== Additions ======
4+
5+ * Lwt_engine.engine_id: a mechanism to identify which engine is currently in use. (#1097)
6+
7+ ====== Changes ======
8+
9+ * When ?set_tcp_nodelay is not set explicitly, it sets TCP_NODELAY but ignores EOPNOTSUPP errors. (Simon Cruanes, #1092)
10+
11+ ====== Fixes ======
12+
13+ * lwt_ppx: correctly carry type annotations again (broken since in 5.9.2). (Pierre Villemot, #1091)
14+
15+ * Fix build on some windows setups. (Kate Deplaix, #1095, #1082)
16+
17+ * Fix data-race in Lwt's internals. (Olivier Nicole, #1094, #1026)
18+
19+ * Fix spelling mistakes in documentation. (Tim McGilchrist, #1093)
20+
121===== 6.0.0 =====
222
323====== Additions ======
Original file line number Diff line number Diff line change 2727
2828( package
2929 (name lwt_ppx)
30- ( version 6 .0 .0)
30+ ( version 6 .1 .0)
3131 (synopsis " PPX syntax for Lwt, providing something similar to async/await from JavaScript" )
3232 ( maintenance_intent " (latest)" )
3333 ( depends
8080
8181( package
8282 (name lwt)
83- ( version 6 .0 .0)
83+ ( version 6 .1 .0)
8484 (synopsis " Promises and event-driven I/O" )
8585 ( description " A promise is a value that may become determined in the future.
8686
Original file line number Diff line number Diff line change 11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
3- version: "6.0 .0"
3+ version: "6.1 .0"
44synopsis: "Promises and event-driven I/O"
55description: """
66A promise is a value that may become determined in the future.
Original file line number Diff line number Diff line change 11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
3- version: "6.0 .0"
3+ version: "6.1 .0"
44synopsis:
55 "PPX syntax for Lwt, providing something similar to async/await from JavaScript"
66maintainer: [
You can’t perform that action at this time.
0 commit comments