From 416aff7c50356a6ef0744886582a82e20a8c3e7d Mon Sep 17 00:00:00 2001 From: Mariano Aguero Date: Wed, 26 Dec 2018 15:21:45 -0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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)