summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.rst8
-rw-r--r--doc/conf.py2
2 files changed, 9 insertions, 1 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
-----------------------
diff --git a/doc/conf.py b/doc/conf.py
index bd57918..ca5eebc 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -52,7 +52,7 @@ copyright = u'2014, Victor Stinner'
#
# The short X.Y version.
# The full version, including alpha/beta/rc tags.
-version = release = '0.6'
+version = release = '0.5.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.