From 8e9165941fd766433a5ab65fad5c0d38fb608fdc Mon Sep 17 00:00:00 2001 From: HorimotoYasuhiro Date: Fri, 21 Apr 2017 14:44:04 +0900 Subject: [PATCH 1/2] Add 0.4.3 entry. --- doc/text/news.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/text/news.md b/doc/text/news.md index c2ef8d0..05da32e 100644 --- a/doc/text/news.md +++ b/doc/text/news.md @@ -1,5 +1,13 @@ # NEWS +## 0.4.3 - 2017-04-21 + +### Improvements + + * `Groonga::Client::Request::Select::Filter#in_values`: Added a + convenience method to add a popular filter condition. You can + use this method by 'filter.in_values("tags", "tag1", "tag2")'. + ## 0.4.2 - 2016-03-09 ### Improvements From 342e6de154a182cd5d6205e1197363db19e6f78a Mon Sep 17 00:00:00 2001 From: HorimotoYasuhiro Date: Fri, 21 Apr 2017 15:31:25 +0900 Subject: [PATCH 2/2] Fix a quotation marks. --- doc/text/news.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/text/news.md b/doc/text/news.md index 05da32e..47aa7f5 100644 --- a/doc/text/news.md +++ b/doc/text/news.md @@ -6,7 +6,7 @@ * `Groonga::Client::Request::Select::Filter#in_values`: Added a convenience method to add a popular filter condition. You can - use this method by 'filter.in_values("tags", "tag1", "tag2")'. + use this method by `filter.in_values("tags", "tag1", "tag2")`. ## 0.4.2 - 2016-03-09