Skip to content

Commit 12c39d9

Browse files
committed
Version 2.5.2
1 parent 23b7578 commit 12c39d9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
===== 2.5.2 (2015-04-25) =====
2+
3+
* Fix compatibility for 4.03 (#227)
4+
* Various documentation fixes (#199,#200,#210,)
5+
* Improve wildcard detection in the ppx (#198)
6+
* Fix Lwt_stream: bounded_push#close wake the reader (#201)
7+
* Fix infinite loop with Lwt_stream.choose (#214)
8+
* Fix lazyness failure with Lwt_io.common#close (#207)
9+
110
===== 2.5.1 (2015-12-07) =====
211

312
* Lwt_stream.on_terminate -> Lwt_stream.on_termination

_oasis

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
OASISFormat: 0.4
66
OCamlVersion: >= 4.01
77
Name: lwt
8-
Version: 2.5.1
8+
Version: 2.5.2
99
LicenseFile: COPYING
1010
License: LGPL-2.1 with OCaml linking exception
1111
Authors:

0 commit comments

Comments
 (0)