From a360fb30ff076e342f558901beaae992464aac7b Mon Sep 17 00:00:00 2001 From: cgewecke Date: Tue, 16 Feb 2021 09:06:12 -0800 Subject: [PATCH] Update changelog: 0.7.15 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02522ff..b02165b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +0.7.15 / 2021-02-16 +=================== + * Fix ctrl-c not exiting on Hardhat (https://github.com/sc-forks/solidity-coverage/issues/616) + * Fix bug instrumentation bug w/ "pragma abicoder v2" (https://github.com/sc-forks/solidity-coverage/issues/615) + * Update changelog: v0.7.14 + 0.7.14 / 2021-01-14 =================== * Support file scoped function definitions for solc >= 0.7.4