summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-12-03 00:55:13 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-12-03 00:55:13 +0100
commit3cac0d7740592a380a7dadb2ddcdda000cae2bda (patch)
tree1fdc0a1e25fd173064f2d1ad65e526156e943d6f
parent9c572cab1307da82ad29dca97cf5ffc2a0c8ba2b (diff)
downloadaioeventlet-3cac0d7740592a380a7dadb2ddcdda000cae2bda.tar.gz
prepare release 0.40.4
-rw-r--r--doc/changelog.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/changelog.rst b/doc/changelog.rst
index 6e2183e..ad328c3 100644
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -1,13 +1,13 @@
Changelog
=========
-Version 0.4
------------
+2014-12-03: Version 0.4
+-----------------------
* Rename the project from ``aiogreen`` to ``aioeventlet``
* Rename the ``link_future()`` function to :func:`yield_future`
-2014-10-23: version 0.3
+2014-11-23: version 0.3
-----------------------
* :func:`wrap_greenthread` now raises an exception if the greenthread is
@@ -22,7 +22,7 @@ Version 0.4
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
+2014-11-21: version 0.2
-----------------------
aiogreen event loop has been rewritten to reuse more asyncio/trollius code. It