Skip to content

Commit f195e11

Browse files
committed
Bump to 5.2.0 and write changelog
[skip ci]
1 parent b9880dc commit f195e11

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
===== 5.2.0 (2020-03-09) =====
2+
3+
* Add Lwt_unix.pread, Lwt_unix.pwrite, and Lwt_unix.pwrite_string (#768,
4+
Pierre Chambart).
5+
* Internally use accept4(2) when available (#769, Pierre Chambart).
6+
* PPX: internally use 4.10 ASTs (#765).
7+
18
===== 5.1.2 (2020-02-23) =====
29

310
====== Bugs fixed ======

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Lwt    [![version 5.1.2][version]][releases] [![Travis status][travis-img]][travis] [![AppVeyor status][appveyor-img]][appveyor]
1+
# Lwt    [![version 5.2.0][version]][releases] [![Travis status][travis-img]][travis] [![AppVeyor status][appveyor-img]][appveyor]
22

3-
[version]: https://img.shields.io/badge/version-5.1.2-blue.svg
3+
[version]: https://img.shields.io/badge/version-5.2.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)