Skip to content

Commit f0312e6

Browse files
Prepare for release
1 parent 2eee2a1 commit f0312e6

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

CHANGES

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
1-
===== dev =====
1+
===== 5.7.0 =====
22

33
====== Breaking API changes ======
44

5-
* Lwt_result.catch now takes a function (unit -> 'a t) rather than a promise ('a t) (#965)
5+
* Lwt_result.catch now takes a function (unit -> 'a t) rather than a promise ('a t). (#965)
66

7-
* Remove the deprecated Lwt.result type (use Stdlib.result instead) (#968)
7+
* Remove the deprecated Lwt.result type (use Stdlib.result instead). (#968)
88

9-
* Remove the deprecated Lwt.make_value and Lwt.make_result functions (use Ok and Error instead) (#968)
9+
* Remove the deprecated Lwt.make_value and Lwt.make_result functions (use Ok and Error instead). (#968)
1010

11-
* Remove the deprecated and unsafe waiter_of_wakener (keep the waiter around when you create the wakener instead) (#968)
11+
* Remove the deprecated and unsafe waiter_of_wakener (keep the waiter around when you create the wakener instead). (#968)
1212

13-
* Remove the deprecated Lwt_stream.on_termination and Lwt_stream.on_terminate (bind to Lwt_stream.closed instead) (#968)
13+
* Remove the deprecated Lwt_stream.on_termination and Lwt_stream.on_terminate (bind to Lwt_stream.closed instead). (#968)
1414

15-
* Remove the deprecated Lwt_stream.result type (use Stdlib.result instead) (#968)
15+
* Remove the deprecated Lwt_stream.result type (use Stdlib.result instead). (#968)
1616

17-
* Remove the deprecated Lwt_stream.map_exn function (use wrap_exn instead) (#968)
17+
* Remove the deprecated Lwt_stream.map_exn function (use wrap_exn instead). (#968)
1818

1919
====== Additions ======
2020

21-
* Lwt.Exception_filter for enabling/disabling system-exception catching (#964)
22-
* Lwt.reraise an exception raising function which preserves backtraces, recommended for use in Lwt.catch (#963)
21+
* Lwt.Exception_filter for enabling/disabling system-exception catching. (#964)
22+
23+
* Lwt.reraise an exception raising function which preserves backtraces, recommended for use in Lwt.catch. (#963)
24+
2325
* Expose Lwt_io.delete_recursively for deleting a directory and its content recursively. (#984, Antonin Décimo)
2426

2527
* Lwt_preemptive.run_in_main_dont_wait to run a function in the main preemptive thread but without waiting for the result. (Kate Deplaix, #960)

lwt.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ opam-version: "2.0"
22

33
synopsis: "Promises and event-driven I/O"
44

5-
version: "5.6.1"
5+
version: "5.7.0"
66
license: "MIT"
77
homepage: "https://github.com/ocsigen/lwt"
88
doc: "https://ocsigen.org/lwt"

lwt_ppx_let.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ opam-version: "2.0"
22

33
synopsis: "Dummy package context for ppx_let tests"
44

5-
version: "5.6.0"
5+
version: "5.7.0"
66
license: "MIT"
77
homepage: "https://github.com/ocsigen/lwt"
88
doc: "https://ocsigen.org/lwt"

0 commit comments

Comments
 (0)