summaryrefslogtreecommitdiff
path: root/doc/changelog.rst
diff options
context:
space:
mode:
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
-----------------------