summaryrefslogtreecommitdiff
path: root/doc/changelog.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog.rst')
-rw-r--r--doc/changelog.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/changelog.rst b/doc/changelog.rst
index 10b2836..b7893e9 100644
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -1,12 +1,16 @@
Changelog
=========
-Version 0.2 (development version)
----------------------------------
+2014-10-21: version 0.2
+-----------------------
aiogreen event loop has been rewritten to reuse more asyncio/trollius code. It
now only has a few specific code.
+It is now possible use greenthreads in asyncio coroutines, and to use asyncio
+coroutines, tasks and futures in greenthreads: see :func:`link_future` and
+:func:`wrap_greenthread` functions.
+
All asyncio network are supported: TCP, UCP and UNIX clients and servers.
Support of pipes, signal handlers and subprocess is still experimental.