From 7cb2e417c2406554e23f5c951a62d814372e8216 Mon Sep 17 00:00:00 2001 From: cgewecke Date: Wed, 10 Jun 2020 17:17:08 -0700 Subject: [PATCH] Update changelog: 0.7.7 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5594730..9558c5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +0.7.7 / 2020-06-10 +================== + + * Recommend using --network in buidler docs + * Fix html report function highlighting + * Stop instrumenting receive() for statements / fns (to save gas) + * Lazy load ganache in buidler plugin (fix for buidler source-maps) + * Unset useLiteralContent in buidler compilation settings + * Support multi-contract files w/ inheritance for solc 0.6.x + 0.7.5 / 2020-04-30 ==================