Navigation Menu

Skip to content

Commit

Permalink
Add &@ and &? to release note
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 28, 2017
1 parent 90fdae5 commit b5ca827
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion news/index.md
Expand Up @@ -4,7 +4,7 @@ title: News

# News

## 1.2.0: 2017-04-XX {#version-1-2-0}
## 1.2.0: 2017-04-29 {#version-1-2-0}

### Improvements

Expand All @@ -30,6 +30,10 @@ title: News

* [[Windows](../install/windows.html)] Supported PostgreSQL 9.6.2.

* Added [`&@` operator](../reference/operators/match-v2.html) to `pgroonga.text_full_text_search_ops` (the current default operator class for `text` type). It means that you can use `&@` operator both with `pgroonga.text_full_text_search_ops` and `pgroonga.text_full_text_search_ops_v2` operator classes. [`%%` operator](../reference/operators/match.html) is deprecated.

* Added [`&?` operator](../reference/operators/query-v2.html) to `pgroonga.text_full_text_search_ops` (the current default operator class for `text` type). It means that you can use `&?` operator both with `pgroonga.text_full_text_search_ops` and `pgroonga.text_full_text_search_ops_v2` operator classes. [`@@` operator](../reference/operators/query.html) is deprecated.

### Fixes

* [[CentOS](../install/centos.html)] Fixed wrong msgpack library link.
Expand Down

0 comments on commit b5ca827

Please sign in to comment.