diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-01-18 23:56:21 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-01-18 23:56:21 +0000 |
commit | c9c7e241a7b68f67e0cc8a7d3874510dced532d6 (patch) | |
tree | b4615c00c3f3c2f7265013b153688496df21f387 /doc/upgrade.html | |
parent | db086527035619204569f79672b7a01fc26d8aa4 (diff) | |
download | skalibs-c9c7e241a7b68f67e0cc8a7d3874510dced532d6.tar.xz |
Add support for advanced closing callbacks to unixmessage_sender_flush.
(Typically, this will be used for refcounting when broadcasting copies of
the same fd.)
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index d67960f..e51e247 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,12 @@ <h1> What has changed in skalibs </h1> +<h2> in 2.3.10.0 </h2> + +<ul> + <li> Support for advanced fd callbacks in <tt>unixmessage_sender</tt>. </li> +</ul> + <h2> in 2.3.9.0 </h2> <ul> |