Skip to content

Commit 8a8786b

Browse files
committed
update changelog
1 parent 9061d4b commit 8a8786b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
6.0.0 Unreleased.
2+
---
3+
* Solve problem with EINTR.
4+
Add `send_all_r`, `send_all_msg_r`, `recv_all_r` and `recv_all_msg_r`
5+
to allow resuming if the calls raise EAGIN or EINTR.
6+
7+
* Deprecate `send_all`, `send_all_msg`, `recv_all` and `recv_all_msg`
8+
as resumable functions should be used instead.
9+
10+
* Fix deprecation warning on use of Async_kernel.Ivar.fill
11+
12+
* lwt and async now retry on EINTR and EAGAIN and handles
13+
recv|send_*_all function correctly.
14+
115
5.3.0
216
---
317
* Add eio binding in zmq-eio (#126, @andersfugmann)

0 commit comments

Comments
 (0)