summaryrefslogtreecommitdiff
path: root/doc/using.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/using.rst')
-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.