CHANGELOG.md in goodcheck-2.6.0 vs CHANGELOG.md in goodcheck-2.6.1

- old
+ new

@@ -1,16 +1,22 @@ # Changelog ## HEAD +## 2.6.1 (2020-11-19) + +* Add missing doc for importing glob feature [#151](https://github.com/sider/goodcheck/pull/151) +* Renewal documentation [#152](https://github.com/sider/goodcheck/pull/152) + ## 2.6.0 (2020-11-17) * Improve CLI help and error messages [#141](https://github.com/sider/goodcheck/pull/141) * Fail if missing rules on `goodcheck check` command [#142](https://github.com/sider/goodcheck/pull/142) * Reduce needless files in this gem [#143](https://github.com/sider/goodcheck/pull/143) * Add `Goodcheck::Error` as a base error class [#144](https://github.com/sider/goodcheck/pull/144) * Improve error message when config file is not found [#145](https://github.com/sider/goodcheck/pull/145) * Add `rules[].glob.exclude` option to `goodcheck.yml` [#146](https://github.com/sider/goodcheck/pull/146) +* Glob support for importing rules [#149](https://github.com/sider/goodcheck/pull/149) ## 2.5.2 (2020-08-31) * Fix the pattern of disable lines for Slash-asterisk and add support for JSX [#131](https://github.com/sider/goodcheck/pull/131)