summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-12-03 00:53:47 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-12-03 00:53:47 +0100
commit9c572cab1307da82ad29dca97cf5ffc2a0c8ba2b (patch)
tree0decc7c727c2107d4bdb56c555d6e2f7fbdae212
parentc4ee2f7ec6f7ce044e6fa9609a2d1072af1702f0 (diff)
downloadaioeventlet-9c572cab1307da82ad29dca97cf5ffc2a0c8ba2b.tar.gz
document api change
-rw-r--r--doc/using.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/using.rst b/doc/using.rst
index 221e824..0a754de 100644
--- a/doc/using.rst
+++ b/doc/using.rst
@@ -138,6 +138,10 @@ yield_future
The function must not be called from the greenthread of the aioeventlet event
loop.
+ .. versionchanged:: 0.4
+
+ Rename the function from ``wrap_future()`` to :func:`yield_future`.
+
.. versionchanged:: 0.3
Coroutine objects are also accepted. Added the *loop* parameter.