Skip to content

Commit

Permalink
doc news: add more descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Masafumi Yokoyama committed Jul 28, 2015
1 parent 0dfce85 commit 78fd4cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/source/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Improvements
* [mrb] Binded :c:func:`grn_table_group_flags()` to ``TableGroupFlags``.
* [mrb] Binded ``GRN_COMMAND_VERSION_DEFAULT``.
* [mrb] Binded ``grn_cache``.
* [mrb][estimate_size] Supported ``(... || ...) && (... || ...)`` case.
* [mrb][estimate_size] Supported ``(... || ...) && (... || ...)`` as expression case.

Fixes
^^^^^
Expand All @@ -155,7 +155,9 @@ Fixes
|n| grn_fin (0)
^

* Fixed a bug that estimating size by regexp query with anchor doesn't work.
* Fixed a bug that estimating size by regexp query with anchor (e.g. ``\\\\A`` in
``--filter 'comment @~ "\\\\Abc"'``) doesn't work. The feature is used in
:doc:`/reference/commands/logical_range_filter`.
* [:doc:`/reference/command/request_id`] Fixed a memory leak when ``request_id`` byte size >= 24.
* [:doc:`/reference/commands/lock_clear`] Fixed a typo in command name in Syntax section.
[GitHub#363] [Reported by Christian Kakesa]
Expand Down

0 comments on commit 78fd4cc

Please sign in to comment.