Skip to content

Commit

Permalink
Add 0.5.3 entry
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 26, 2017
1 parent 2041ee5 commit 28c3a31
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions doc/text/news.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# NEWS

## 0.5.3 - 2017-10-26

### Improvements

* `Groonga::Client::Response::ColumnList::Column#flags`: Changed
return type to `Array<Strinng>` from `String`.

* `Groonga::Client::Response::ColumnList::Column#scalar?`: Added.

* `Groonga::Client::Response::ColumnList::Column#vector?`: Added.

* `Groonga::Client::Response::ColumnList::Column#index?`: Added.

* `Groonga::Client::Response::Schema::Command`: Added.

* `Groonga::Client::Response::Schema::Table#command`: Changed return
type to `Hash` to `Groonga::Client::Response::Schema::Command`.

* `Groonga::Client::Response::Schema::Column#command`: Changed return
type to `Hash` to `Groonga::Client::Response::Schema::Command`.

* `Groonga::Client::Response::Schema#[]`: Added.

* `groonga-client-index-recreate`: Added a new command that
recreates indexes dynamically and safely.

## 0.5.2 - 2017-09-27

### Improvements
Expand Down

0 comments on commit 28c3a31

Please sign in to comment.