aboutsummaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/loop.rst2
1 files changed, 2 insertions, 0 deletions
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.