CHANGELOG.md in goodcheck-2.5.2 vs CHANGELOG.md in goodcheck-2.6.0
- old
+ new
@@ -1,11 +1,20 @@
-# CHANGELOG
+# Changelog
-## master
+## HEAD
+## 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)
+
## 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)
+* Fix the pattern of disable lines for Slash-asterisk and add support for JSX [#131](https://github.com/sider/goodcheck/pull/131)
## 2.5.1 (2020-03-09)
* Replace `httpclient` with `net/http` [#115](https://github.com/sider/goodcheck/pull/115)