Navigation Menu

Skip to content

Commit

Permalink
doc: remove references for removed items
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 26, 2017
1 parent 2a442de commit 640cfc4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions doc/text/news.md
Expand Up @@ -185,8 +185,8 @@

* Supported command version 3.

* Added {Groonga::Client::Response#return_code}.
{Groonga::Client::Response#status_code} is deprecated. Use
* Added `Groonga::Client::Response#return_code`.
`Groonga::Client::Response#status_code` is deprecated. Use
`#return_code` instead.

* `select` response: Supported vector of `Time`.
Expand Down Expand Up @@ -251,10 +251,11 @@
[GitHub#7][Patch by Masafumi Yokoyama]

* HTTP: Supported HTTPS by passing `:use_tls => true` option to
{Groonga::Client.new}.
{Groonga::Client#initialize}.
[GitHub#8][Patch by KITAITI Makoto]

* Supported URI as server information in {Groonga::Client.new}.
* Supported URI as server information in
{Groonga::Client#initialize}.

* Required groonga-command 1.2.0 or later.

Expand Down Expand Up @@ -413,7 +414,7 @@
* select: Supported auto time value conversion.
* select: Renamed to {Groonga::Client::Response::Select#n_hits}
from #n_records. It is a backward incompatible change.
* Added {Groonga::Client::Connection::Error} as an abstracted error.
* Added `Groonga::Client::Connection::Error` as an abstracted error.
* Required groonga-command 1.0.4 or later.

## 0.0.2 - 2013-07-08
Expand Down

0 comments on commit 640cfc4

Please sign in to comment.