Skip to content

Commit 0b9a583

Browse files
committed
Bump version to 4.1.0 and write changelog
[skip ci]
1 parent 33c37b5 commit 0b9a583

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGES

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
===== 4.1.0 (2018-06-26) =====
2+
3+
====== Additions ======
4+
5+
* Change license to MIT (#560).
6+
* Lwt_fmt, an Lwt-aware version of Format (#548, Gabriel Radanne).
7+
* Lwt_io.establish_server_with_client_socket (#586).
8+
9+
====== Bugs fixed ======
10+
11+
* Lwt_stream.iter_n: rename ?max_threads argument to ?max_concurrency (#581,
12+
Hezekiah Carty).
13+
* PPX: reject match expressions that have only exception cases (#597, Raphaël
14+
Proust).
15+
16+
====== Miscellaneous ======
17+
18+
* Improvements to Lwt_pool docs (#575, Bobby Priambodo).
19+
* Restore all PPX tests (#590, Jess Smith).
20+
121
===== 4.0.1 (2018-04-13) =====
222

323
====== Bugs fixed ======

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Lwt    [![version 4.0.1][version]][releases] [![Gitter chat][gitter-img]][gitter] [![Travis status][travis-img]][travis] [![AppVeyor status][appveyor-img]][appveyor]
1+
# Lwt    [![version 4.1.0][version]][releases] [![Gitter chat][gitter-img]][gitter] [![Travis status][travis-img]][travis] [![AppVeyor status][appveyor-img]][appveyor]
22

3-
[version]: https://img.shields.io/badge/version-4.0.1-blue.svg
3+
[version]: https://img.shields.io/badge/version-4.1.0-blue.svg
44
[releases]: https://github.com/ocsigen/lwt/releases
55
[gitter-img]: https://img.shields.io/badge/chat-on_gitter-lightgrey.svg
66
[travis]: https://travis-ci.org/ocsigen/lwt/branches

0 commit comments

Comments
 (0)