summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 7d40f4c..d66bd3f 100644
--- a/README
+++ b/README
@@ -75,6 +75,9 @@ Version 0.2 (development version)
* Fix EventLoop.stop(): don't stop immediatly, but schedule stopping the event
loop with call_soon()
* Add tox.ini to run tests with tox
+* Setting debug mode of the event loop doesn't enable "debug_blocking" of
+ eventlet on Windows anymore, the feature is not implemented on Windows
+ in eventlet.
2014-11-19: version 0.1
-----------------------