From 9c572cab1307da82ad29dca97cf5ffc2a0c8ba2b Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 3 Dec 2014 00:53:47 +0100 Subject: document api change --- doc/using.rst | 4 ++++ 1 file changed, 4 insertions(+) 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. -- cgit v1.2.1