summaryrefslogtreecommitdiff
path: root/doc/changelog.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog.rst')
-rw-r--r--doc/changelog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog.rst b/doc/changelog.rst
index 7c98919..f932f61 100644
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -12,6 +12,9 @@ Version 0.3 (development version)
greenthread of the aiogreen event loop.
* Fix eventlet detection of blocking tasks: cancel the alarm when the aiogreen
event loop stops.
+* Fix to run an event loop in a thread different than the main thread in debug
+ mode: disable eventlet "debug_blocking", it is implemented with the SIGALRM
+ signal, but signal handlers can only be set in the main thread.
2014-10-21: version 0.2
-----------------------