summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-11-20 18:05:40 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-11-20 18:05:40 +0100
commita4e1ad3a1e10d55fe0ba5333bba539aefa987d3f (patch)
treee781c464cf1e3c4b570c99f70f293fd33d616884 /README
parent911b8ec09e1b55cfd7a52e522a5d9ef8a3006f72 (diff)
downloadaioeventlet-a4e1ad3a1e10d55fe0ba5333bba539aefa987d3f.tar.gz
changelog
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 9516253..95fe22b 100644
--- a/README
+++ b/README
@@ -62,6 +62,13 @@ Changelog
Version 0.2 (development version)
---------------------------------
+The core of the event loop was rewritten to fits better in asyncio and
+eventlet. aiogreen now reuses more code from asyncio/trollius. The code
+handling file descriptors was also fixed to respect asyncio contract:
+only call the callback once per loop iteration.
+
+Changes:
+
* Support also eventlet 0.14, not only eventlet 0.15 or newer
* Support eventlet with monkey-patching
* Rewrite the code handling file descriptors to ensure that the listener is