Navigation Menu

Skip to content

Commit

Permalink
doc: update 7.0.7 entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Masafumi Yokoyama committed Oct 6, 2017
1 parent 659f31b commit dcce3cd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/source/news.rst
Expand Up @@ -15,7 +15,7 @@ Release 7.0.7 - 2017-09-29
Improvements
^^^^^^^^^^^^

* Supported ``+`` query for ``QUERY_NO_SYNTAX_ERROR``.
* Supported ``+`` only query (``--query "+"``) for ``QUERY_NO_SYNTAX_ERROR``.

* [httpd] Updated bundled nginx to 1.13.5.

Expand All @@ -32,12 +32,12 @@ Improvements
* ``grn_proc_is_stable()``

CAUTION: If you add a new function that may return different result with
the same argument, you must call grn_proc_is_stable(ctx, proc,
GRN_FALSE). If you don't call it, select result with the function call
is cached and is wrong result for multiple requests.
the same argument, you must call ``grn_proc_is_stable(ctx, proc, GRN_FALSE)``.
If you don't call it, select result with the function call is cached and
is wrong result for multiple requests.

The default values are ``GRN_TRUE``. Because the most existing Groonga
functions are stable.
The default value of is_stable is ``GRN_TRUE``. Because the most
existing Groonga functions are stable.

Fixes
^^^^^
Expand Down

0 comments on commit dcce3cd

Please sign in to comment.