From 3fef323e7c44a795ab9e9be2b9eb420cd1b4d5a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 11 Dec 2014 14:42:48 +0100 Subject: [PATCH] doc: indicate what version uv_loop_configure was added on PR-URL: https://github.com/libuv/libuv/pull/60 Reviewed-By: Ben Noordhuis --- docs/src/loop.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/loop.rst b/docs/src/loop.rst index 0a9e8a60..d347534b 100644 --- a/docs/src/loop.rst +++ b/docs/src/loop.rst @@ -52,6 +52,8 @@ API .. c:function:: int uv_loop_configure(uv_loop_t* loop, uv_loop_option option, ...) + .. versionadded:: 1.0.2 + Set additional loop options. You should normally call this before the first call to :c:func:`uv_run` unless mentioned otherwise.