Skip to content

Commit 14898f5

Browse files
committed
Bump to 5.1.0 and write changelog
1 parent 9976f67 commit 14898f5

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGES

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
===== 5.1.0 (2019-12-28) =====
2+
3+
====== Additions ======
4+
5+
* Lwt.all (9976f67).
6+
7+
====== Documentation ======
8+
9+
* Add index.mld for nicer odoc output (1059a80, prompted Anurag Soni).
10+
* Link to rwo-lwt from the online manual to make it more discoverable
11+
(4129a22, suggested Anurag Soni).
12+
* Fix doc links in opam files (7617607).
13+
114
===== 5.0.1 (2019-12-22) =====
215

316
====== Bugs fixed ======

README.md

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

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