summaryrefslogtreecommitdiff
path: root/doc/changelog.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog.rst')
-rw-r--r--doc/changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/changelog.rst b/doc/changelog.rst
index 41343a2..e43da04 100644
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -7,6 +7,8 @@ Version 0.3 (development version)
* :func:`wrap_greenthread` now raises an exception if the greenthread is
running or already finished. In debug mode, the exception is not more logged
to sys.stderr for greenthreads.
+* Fix eventlet detection of blocking tasks: cancel the alarm when the aiogreen
+ event loop stops.
2014-10-21: version 0.2
-----------------------