diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c042cae..9463efd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.5.0] - 2018-12-26 +### Added +- Add not-rely-on-time to rules documentation [#88](https://github.com/protofire/solhint/pull/88) +- Have --max-warnings better reflect its name [#89](https://github.com/protofire/solhint/pull/89) +- Added disable-previous-line [#91](https://github.com/protofire/solhint/pull/91) +- Snake case now allows for a (single) leading underscore [#93](https://github.com/protofire/solhint/pull/93) + +### Fixed +- Fixed some comment directive tests [#92](https://github.com/protofire/solhint/pull/92) + ## [1.4.1] - 2018-12-10 ### Added - Allow to specify the path to the config file [#78](https://github.com/protofire/solhint/issues/78)