We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae19a6 commit ea74869Copy full SHA for ea74869
CHANGES
@@ -1,12 +1,14 @@
1
===== 5.4.1 =====
2
3
-====== Bugfixes ======
+====== Bugs fixed ======
4
5
* Fix Lwt_fmt.stderr to actually point to stderr (#852, #850, Volker Diels-Grabsch).
6
7
- * Make temporary files created by Lwt_io.with_temp_dir deletable on Windows by removing the RO bit (#849, Antonin Décimo)
+ * Make temporary files created by Lwt_io.with_temp_dir deletable on Windows by removing the RO bit (#849, #861, Antonin Décimo).
8
+
9
+ * Handle ECONNABORTED in Lwt_io.establish_server* (#829, #830, Reynir Björnsson, Hannes Mehnert).
10
11
- * Lwt_io.establish_server* handles ECONNABORTED (#829, #830, Reynir Björnsson)
12
13
===== 5.4.0 (2020-12-16) =====
14
0 commit comments