diff --git a/docs/clients/js/reference.rst b/docs/clients/js/reference.rst index b564fad678b..b2d246a0424 100644 --- a/docs/clients/js/reference.rst +++ b/docs/clients/js/reference.rst @@ -324,6 +324,8 @@ Client .. js:method:: executeSQL(query: string, args?: unknown[]): Promise + .. versionadded:: 6.0 + Execute a SQL command. :param query: SQL query text. @@ -340,6 +342,8 @@ Client .. js:method:: querySQL(query: string, args?: unknown[]): Promise + .. versionadded:: 6.0 + Run a SQL query and return the results as an array. This method **always** returns an array. diff --git a/docs/reference/admin/index.rst b/docs/reference/admin/index.rst index 87f2fbd2ecc..905f467174c 100644 --- a/docs/reference/admin/index.rst +++ b/docs/reference/admin/index.rst @@ -26,14 +26,18 @@ Administrative commands for managing Gel: Create, remove, or alter a branch. - * :ref:`administer statistics_update() ` - - Update internal statistics about data. - * :ref:`administer vacuum() ` Reclaim storage space. +.. versionadded:: 6.0 + + Another administrative command was added in |Gel| 6 release: + + * :ref:`administer statistics_update() ` + + Update internal statistics about data. + .. toctree:: :maxdepth: 3 diff --git a/docs/stdlib/math.rst b/docs/stdlib/math.rst index 6014106c416..f40f6dda4d8 100644 --- a/docs/stdlib/math.rst +++ b/docs/stdlib/math.rst @@ -203,6 +203,8 @@ Math :index: trigonometry + .. versionadded:: 6.0 + Returns the value of pi. .. code-block:: edgeql-repl @@ -218,6 +220,8 @@ Math :index: trigonometry + .. versionadded:: 6.0 + Returns the arc cosine of the input. .. code-block:: edgeql-repl @@ -237,6 +241,8 @@ Math :index: trigonometry + .. versionadded:: 6.0 + Returns the arc sine of the input. .. code-block:: edgeql-repl @@ -256,6 +262,8 @@ Math :index: trigonometry + .. versionadded:: 6.0 + Returns the arc tangent of the input. .. code-block:: edgeql-repl @@ -275,6 +283,8 @@ Math :index: trigonometry + .. versionadded:: 6.0 + Returns the arc tangent of ``y / x``. Uses the signs of the arguments determine the correct quadrant. @@ -298,6 +308,8 @@ Math :index: trigonometry + .. versionadded:: 6.0 + Returns the cosine of the input. .. code-block:: edgeql-repl @@ -319,6 +331,8 @@ Math :index: trigonometry + .. versionadded:: 6.0 + Returns the cotangent of the input. .. code-block:: edgeql-repl @@ -338,6 +352,8 @@ Math :index: trigonometry + .. versionadded:: 6.0 + Returns the sinine of the input. .. code-block:: edgeql-repl @@ -359,6 +375,8 @@ Math :index: trigonometry + .. versionadded:: 6.0 + Returns the tanangent of the input. .. code-block:: edgeql-repl