summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-11-20 23:19:17 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-11-20 23:19:17 +0100
commit439e76a27dd92efbc2ff3bb92aa9e785e0d4e51a (patch)
treef8bc7c995bcefaf0a81e185ec192166730fa6e9d /README
parent06e08c444bb39b986b655e5dac6d561ba185fb2e (diff)
downloadaioeventlet-439e76a27dd92efbc2ff3bb92aa9e785e0d4e51a.tar.gz
add_reader() and add_writer() now cancels the previous handle
and sets a new handle
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 95fe22b..cbb2ca0 100644
--- a/README
+++ b/README
@@ -85,6 +85,8 @@ Changes:
* Setting debug mode of the event loop doesn't enable "debug_blocking" of
eventlet on Windows anymore, the feature is not implemented on Windows
in eventlet.
+* add_reader() and add_writer() now cancels the previous handle and sets
+ a new handle
2014-11-19: version 0.1
-----------------------