Kentaro Hayashi 2019-03-13 10:26:25 +0900 (Wed, 13 Mar 2019) Revision: 93f5750d8b422352aee43bc45d27d32339e28931 https://github.com/groonga/groonga-query-log/commit/93f5750d8b422352aee43bc45d27d32339e28931 Message: Add 1.4.0 news Modified files: doc/text/news.md Modified: doc/text/news.md (+19 -0) =================================================================== --- doc/text/news.md 2019-03-12 18:04:56 +0900 (d782aed) +++ doc/text/news.md 2019-03-13 10:26:25 +0900 (6c16191) @@ -1,5 +1,24 @@ # News +## 1.4.0: 2019-03-13 + +### Improvements + + * `groonga-query-log-run-regression-test`: + + * Added support for rewriting "column1 @ \"keyword\" && column2 @~ \"^(?!.*keyword1|keyword2|...).+$\"". + Specify --rewrite-not-or-regular-expression option to enable it. + +### Fixes + + * `groonga-query-log-check-crash`: + + * Fixed missing nil check when request path is "/". + + * `GroongaQueryLog::Statistic`: + + * Fixed missing nil check in `#to_hash` when request path is "/". + ## 1.3.9: 2018-11-20 ### Improvements -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190313/e1db7e1a/attachment.html>