Skip to content

Commit 51a7deb

Browse files
committed
Bump to 4.4.0 and write changelog
[skip ci]
1 parent 88c98f3 commit 51a7deb

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGES

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
===== 4.4.0 (2019-10-09) =====
2+
3+
====== Additions ======
4+
5+
* ?suffix argument for Lwt_io.with_temp_file and Lwt_io.open_temp_file (#724,
6+
requested Volker Diels-Grabsch).
7+
* Lwt_io.with_temp_dir and Lwt_io.create_temp_dir (#724, requested Volker
8+
Diels-Grabsch).
9+
10+
====== Changes ======
11+
12+
* Lwt_io.establish_server: increase default backlog from 5 to SOMAXCONN (#731,
13+
suggested Konstantin Olkhovskiy).
14+
* PPX: use OCaml 4.09 ASTs to support recent features (074f679).
15+
* PPX: deprecate let%lwt structure items (#733, prompted Didier Le Botlan).
16+
17+
====== Miscellaneous ======
18+
19+
* Tests now pass in more environments (#721, #722, #725, #729, reported Olaf
20+
Hering).
21+
122
===== 4.3.1 (2019-09-26) =====
223

324
====== Bugs fixed ======

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Lwt    [![version 4.3.1][version]][releases] [![Travis status][travis-img]][travis] [![AppVeyor status][appveyor-img]][appveyor]
1+
# Lwt    [![version 4.4.0][version]][releases] [![Travis status][travis-img]][travis] [![AppVeyor status][appveyor-img]][appveyor]
22

3-
[version]: https://img.shields.io/badge/version-4.3.1-blue.svg
3+
[version]: https://img.shields.io/badge/version-4.4.0-blue.svg
44
[releases]: https://github.com/ocsigen/lwt/releases
55
[travis]: https://travis-ci.org/ocsigen/lwt/branches
66
[travis-img]: https://img.shields.io/travis/ocsigen/lwt/master.svg?label=travis

0 commit comments

Comments
 (0)