From 99f454530370ebfc4725c3255b2d6b885dfffb97 Mon Sep 17 00:00:00 2001 From: duaraghav8 Date: Sat, 14 Sep 2019 11:58:56 +0530 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a308ac6..9aa1c90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog -## 1.2.5 () +## 1.2.5 (2019-09-14) +- Fixed `no-empty-blocks` to not report inherited constructors with empty blocks ([#264](https://github.com/duaraghav8/Ethlint/issues/264#issue-447647594)). - Added option `errorMessageMaxLength` for rule `error-reason` to specify a character limit on error message. ## 1.2.4 (2019-04-08)