From 8098b3573b95136b45d0edef977f7df1cb655ede Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Thu, 23 Jul 2020 13:14:26 -0300 Subject: [PATCH] Update changelog for v8.0.6 (#9062) The update of `content-hash` was included because I wasn't entirely sure whether or not that involved a functional change, or what that change might be. I also neglected to expand upon the changes made in the `inpage-provider` update, as I couldn't think of a concise way to describe them. --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7217fa3a8..49e998535 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ ## Current Develop Branch ## 8.0.6 Wed Jul 22 2020 +- [#9030](https://github.com/MetaMask/metamask-extension/pull/9030): Hide "delete" button when editing contact of wallet account +- [#9031](https://github.com/MetaMask/metamask-extension/pull/9031): Fix crash upon removing contact +- [#9032](https://github.com/MetaMask/metamask-extension/pull/9032): Do not show spend limit for approvals +- [#9046](https://github.com/MetaMask/metamask-extension/pull/9046): Update @metamask/inpage-provider@6.1.0 +- [#9048](https://github.com/MetaMask/metamask-extension/pull/9048): Skip attempts to resolve 0x contract prefix +- [#9051](https://github.com/MetaMask/metamask-extension/pull/9051): Use content-hash@2.5.2 +- [#9056](https://github.com/MetaMask/metamask-extension/pull/9056): Display at least one significant digit of small non-zero token balances ## 8.0.5 Thu Jul 16 2020 - [#8942](https://github.com/MetaMask/metamask-extension/pull/8942): Fix display of incoming transactions (#8942)