summaryrefslogtreecommitdiff
path: root/doc/changelog.rst
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-12-03 00:21:17 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-12-03 00:21:17 +0100
commit3e99c1b0b5e7921abde1cdb7d1450a30a7157794 (patch)
tree0f776311ed5acacd4fc5f8553ab336c464311716 /doc/changelog.rst
parent24cbd1f6817040ad6a8e8b7375c8eb0f5ec23f1f (diff)
downloadaioeventlet-3e99c1b0b5e7921abde1cdb7d1450a30a7157794.tar.gz
Rename the link_future() function to yield_future()
Set also the version to 0.4
Diffstat (limited to 'doc/changelog.rst')
-rw-r--r--doc/changelog.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog.rst b/doc/changelog.rst
index 87f368e..9c1e98f 100644
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -1,6 +1,11 @@
Changelog
=========
+Version 0.4
+-----------
+
+* Rename the ``link_future()`` function to :func:`yield_future`
+
2014-10-23: version 0.3
-----------------------