From f4a2e3a5ca287f02be2c3ec3a72f8afb333aed62 Mon Sep 17 00:00:00 2001 From: cgewecke Date: Thu, 9 Apr 2020 19:18:42 -0700 Subject: [PATCH] Update changelog: 0.7.4 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index db8137b..9fd94e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +0.7.4 / 2020-04-09 +================== + + * Use @solidity-parser/parser (^0.5.2) for better 0.6.x parsing (https://github.com/sc-forks/solidity-coverage/issues/495) + * Allowing providerOptions gasLimit and allowUnlimitedContractSize to override defaults (https://github.com/sc-forks/solidity-coverage/issues/494) + 0.7.3 / 2020-04-06 ==================