summaryrefslogtreecommitdiff
path: root/doc/changelog.rst
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2016-02-22 17:23:39 +0100
committerVictor Stinner <victor.stinner@gmail.com>2016-02-22 17:23:39 +0100
commit817243e0bf6fc54487c2b10edcc8366dea100816 (patch)
tree778a369ac3164b06ccfe834108055973b4461a32 /doc/changelog.rst
parentffac113995247122fb62ceb172ceb8621dbfc65c (diff)
downloadaioeventlet-817243e0bf6fc54487c2b10edcc8366dea100816.tar.gz
0.5.1: fix stop()0.5.1
Diffstat (limited to 'doc/changelog.rst')
-rw-r--r--doc/changelog.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/changelog.rst b/doc/changelog.rst
index ef5e6cf..8ff3f58 100644
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -1,6 +1,14 @@
Changelog
=========
+2016-02-22: Version 0.5.1
+-------------------------
+
+* Fix EventLoop.stop() for the new semantics of stop() introduced
+ in Python 3.4.4 and Python 3.5.1. The method now writes into the self-pipe
+ to wake-up the event loop. Otherwise, the stop() may not be taken in account
+ immediatly, and even block forever.
+
2016-02-22: Version 0.5
-----------------------