Skip to content

Commit

Permalink
Improve CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-proust committed May 28, 2021
1 parent 5ae19a6 commit ea74869
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
===== 5.4.1 =====

====== Bugfixes ======
====== Bugs fixed ======

* Fix Lwt_fmt.stderr to actually point to stderr (#852, #850, Volker Diels-Grabsch).

* 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).

* Handle ECONNABORTED in Lwt_io.establish_server* (#829, #830, Reynir Björnsson, Hannes Mehnert).


* Lwt_io.establish_server* handles ECONNABORTED (#829, #830, Reynir Björnsson)

===== 5.4.0 (2020-12-16) =====

Expand Down

0 comments on commit ea74869

Please sign in to comment.