File tree 2 files changed +22
-2
lines changed
2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
21
===== 4.0.1 (2018-04-13) =====
2
22
3
23
====== Bugs fixed ======
Original file line number Diff line number Diff line change 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 ]
2
2
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
4
4
[ releases ] : https://github.com/ocsigen/lwt/releases
5
5
[ gitter-img ] : https://img.shields.io/badge/chat-on_gitter-lightgrey.svg
6
6
[ travis ] : https://travis-ci.org/ocsigen/lwt/branches
You can’t perform that action at this time.
0 commit comments