From 9489dbe67d0dae24306fdde7bb2e9790979b888b Mon Sep 17 00:00:00 2001 From: Dan J Miller Date: Mon, 8 Feb 2021 20:22:04 -0330 Subject: [PATCH] Update changelog for v9.0.5 (#10398) * Update changelog for v9.0.5 * Update CHANGELOG.md Co-authored-by: Mark Stacey * Update CHANGELOG.md Co-authored-by: Mark Stacey * Add changelog entries for #10326 and #10386 Co-authored-by: Mark Stacey --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 275367a37..508b8416e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ ## Current Develop Branch ## 9.0.5 Mon Feb 08 2021 +- [#10278](https://github.com/MetaMask/metamask-extension/pull/10278): Allow editing transaction amount after clicking max +- [#10214](https://github.com/MetaMask/metamask-extension/pull/10214): Standardize size, shape and color of network color indicators +- [#10298](https://github.com/MetaMask/metamask-extension/pull/10298): Use network primary currency instead of always defaulting to ETH in the confirm approve screen +- [#10300](https://github.com/MetaMask/metamask-extension/pull/10300): Add origin to signature request confirmation page +- [#10296](https://github.com/MetaMask/metamask-extension/pull/10296): Add origin to transaction confirmation +- [#10266](https://github.com/MetaMask/metamask-extension/pull/10266): Update `ko` localized messages +- [#10263](https://github.com/MetaMask/metamask-extension/pull/10263): Update `id` localized messages +- [#10347](https://github.com/MetaMask/metamask-extension/pull/10347): Require click of "Continue" button to interact with swap screen if there is a price impact warning for present swap +- [#10373](https://github.com/MetaMask/metamask-extension/pull/10373): Change copy of submit button on swaps screen +- [#10346](https://github.com/MetaMask/metamask-extension/pull/10346): Swaps token sources/verification messaging update +- [#10378](https://github.com/MetaMask/metamask-extension/pull/10378): Stop showing the window.web3 in-app popup if the dapp is just using web3.currentProvider +- [#10326](https://github.com/MetaMask/metamask-extension/pull/10326): Throw error when attempting to get an encryption key via eth_getEncryptionPublicKey when connected to Ledger HW +- [#10386](https://github.com/MetaMask/metamask-extension/pull/10386): Make action buttons on message components in swaps flow accessible ## 9.0.4 Fri Jan 22 2021 - [#10285](https://github.com/MetaMask/metamask-extension/pull/10285): Update @metamask/contract-metadata from v1.21.0 to 1.22.0