Kouhei Sutou
null+****@clear*****
Tue Oct 11 17:58:17 JST 2016
Kouhei Sutou 2016-10-11 17:58:17 +0900 (Tue, 11 Oct 2016) New Revision: 9d3329a5959b25917b191152f2c40064d49f8366 https://github.com/ranguba/groonga-client/commit/9d3329a5959b25917b191152f2c40064d49f8366 Message: Add 0.3.1 entry Modified files: doc/text/news.md Modified: doc/text/news.md (+18 -0) =================================================================== --- doc/text/news.md 2016-10-11 17:51:02 +0900 (3eef583) +++ doc/text/news.md 2016-10-11 17:58:17 +0900 (2e335e3) @@ -1,5 +1,23 @@ # NEWS +## 0.3.1 - 2016-10-11 + +### Improvements + + * `Groonga::Client#select`: Supported labeled drilldowns. + + * `Groonga::Client::Response::Select#drilldowns`: Changed return + type for the following cases: + + * Labeled drilldowns are used. + + * Command version 3 or later is used. + + It returns `{"label1" => drilldown1, "label2" => drilldown2}` + instead of `[drilldown1, drilldown2]`. It's a backward + incompatibility change for command version 3 or later case. But we + did it because command version 3 is still experimental version. + ## 0.3.0 - 2016-10-05 ### Fixes -------------- next part -------------- HTML����������������������������...Download