Skip to content

Commit

Permalink
Add 1.2.2 entry
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 3, 2017
1 parent 0fe7bba commit c31f759
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 5 deletions.
57 changes: 52 additions & 5 deletions _po/ja/news/index.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"PO-Revision-Date: 2017-06-09 00:16+0900\n"
"PO-Revision-Date: 2017-07-03 11:56+0900\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand All @@ -20,12 +20,59 @@ msgstr ""
msgid "# News"
msgstr "# おしらせ"

msgid "## 1.2.1: 2017-06-08 {#version-1-2-1}"
msgid "## 1.2.2: 2017-07-03 {#version-1-2-2}"
msgstr ""

msgid "### Improvements"
msgstr "### 改良"

msgid " * Improved performance against empty array."
msgstr ""

msgid ""
" * [[`pgroonga.text_term_search_ops_v2` operator class][text-term-search-ops-"
"v2]] Ignored tokenizer option."
msgstr ""

msgid ""
" * Supported `NULL` value for `jsonb` column.\n"
" [groonga-dev,04382][Reported by Hirokazu Matsuo]"
msgstr ""

msgid " * [[`pgroonga.query_expand` function][query-expand]]: Added"
msgstr ""

msgid ""
" * [[`pgroonga.text_term_search_ops_v2` operator class][text-term-search-ops-"
"v2]] Supported comparison operators."
msgstr ""

msgid ""
" * Stopped to use `?` for operator name:\n"
" [GitHub#45][Reported by YUKI \"Piro\" Hiroshi]"
msgstr ""

msgid " * [[`&@~` operator][query-v2]]: Added. Deprecated `&?` operator."
msgstr ""

msgid " * [[`&@~|` operator][query-in-v2]]: Added. Deprecated `&?|` operator."
msgstr ""

msgid " * [[`&@*` operator][similar-v2]]: Added. Deprecated `&~?` operator."
msgstr ""

msgid "### Thanks"
msgstr "### 感謝"

msgid " * Hirokazu Matsuo"
msgstr ""

msgid " * YUKI \"Piro\" Hiroshi"
msgstr ""

msgid "## 1.2.1: 2017-06-08 {#version-1-2-1}"
msgstr ""

msgid ""
" * [[`pgroonga.text_full_text_search_ops_v2` operator class][text-full-text-s"
"earch-ops-v2]] Supported `@@` and `%%` for backward compatibility."
Expand Down Expand Up @@ -149,9 +196,6 @@ msgid ""
"y peter-schmitz]"
msgstr ""

msgid "### Thanks"
msgstr "### 感謝"

msgid " * peter-schmitz"
msgstr ""

Expand Down Expand Up @@ -1026,6 +1070,9 @@ msgid ""
"[regular-expression-v2]:../reference/operators/regular-expression-v2.html"
msgstr ""

msgid "[query-expand]:../reference/functions/pgroonga-query-expand.html"
msgstr ""

msgid ""
"[match-escalation-threshold]:../reference/parameters/match-escalation-threshol"
"d.html"
Expand Down
32 changes: 32 additions & 0 deletions ja/news/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,36 @@ title: おしらせ

# おしらせ

## 1.2.2: 2017-07-03 {#version-1-2-2}

### 改良

* Improved performance against empty array.

* [[`pgroonga.text_term_search_ops_v2` operator class][text-term-search-ops-v2]] Ignored tokenizer option.

* Supported `NULL` value for `jsonb` column.
[groonga-dev,04382][Reported by Hirokazu Matsuo]

* [[`pgroonga.query_expand` function][query-expand]]: Added

* [[`pgroonga.text_term_search_ops_v2` operator class][text-term-search-ops-v2]] Supported comparison operators.

* Stopped to use `?` for operator name:
[GitHub#45][Reported by YUKI "Piro" Hiroshi]

* [[`&@~` operator][query-v2]]: Added. Deprecated `&?` operator.

* [[`&@~|` operator][query-in-v2]]: Added. Deprecated `&?|` operator.

* [[`&@*` operator][similar-v2]]: Added. Deprecated `&~?` operator.

### 感謝

* Hirokazu Matsuo

* YUKI "Piro" Hiroshi

## 1.2.1: 2017-06-08 {#version-1-2-1}

### 改良
Expand Down Expand Up @@ -682,4 +712,6 @@ The first release!!!
[script-jsonb-v2]:../reference/operators/script-jsonb-v2.html
[regular-expression-v2]:../reference/operators/regular-expression-v2.html

[query-expand]:../reference/functions/pgroonga-query-expand.html

[match-escalation-threshold]:../reference/parameters/match-escalation-threshold.html
32 changes: 32 additions & 0 deletions news/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,36 @@ title: News

# News

## 1.2.2: 2017-07-03 {#version-1-2-2}

### Improvements

* Improved performance against empty array.

* [[`pgroonga.text_term_search_ops_v2` operator class][text-term-search-ops-v2]] Ignored tokenizer option.

* Supported `NULL` value for `jsonb` column.
[groonga-dev,04382][Reported by Hirokazu Matsuo]

* [[`pgroonga.query_expand` function][query-expand]]: Added

* [[`pgroonga.text_term_search_ops_v2` operator class][text-term-search-ops-v2]] Supported comparison operators.

* Stopped to use `?` for operator name:
[GitHub#45][Reported by YUKI "Piro" Hiroshi]

* [[`&@~` operator][query-v2]]: Added. Deprecated `&?` operator.

* [[`&@~|` operator][query-in-v2]]: Added. Deprecated `&?|` operator.

* [[`&@*` operator][similar-v2]]: Added. Deprecated `&~?` operator.

### Thanks

* Hirokazu Matsuo

* YUKI "Piro" Hiroshi

## 1.2.1: 2017-06-08 {#version-1-2-1}

### Improvements
Expand Down Expand Up @@ -682,4 +712,6 @@ The first release!!!
[script-jsonb-v2]:../reference/operators/script-jsonb-v2.html
[regular-expression-v2]:../reference/operators/regular-expression-v2.html

[query-expand]:../reference/functions/pgroonga-query-expand.html

[match-escalation-threshold]:../reference/parameters/match-escalation-threshold.html

0 comments on commit c31f759

Please sign in to comment.