From d684c1b2e329830195c65bd5a5d9e35ecb2aa9cf Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Mon, 19 Oct 2020 19:40:03 -0230 Subject: [PATCH] Update changelog for v8.1.2 (#9645) All user-facing changes since v8.1.1 have been included. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c62aec15..c2d1ff61c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ ## Current Develop Branch ## 8.1.2 Mon Oct 19 2020 +- [#9608](https://github.com/MetaMask/metamask-extension/pull/9608): Ensure QR code scanner works +- [#9624](https://github.com/MetaMask/metamask-extension/pull/9624): Help users avoid insufficient gas prices in swaps +- [#9614](https://github.com/MetaMask/metamask-extension/pull/9614): Update swaps network fee tooltip +- [#9623](https://github.com/MetaMask/metamask-extension/pull/9623): Prevent reducing the gas limit for swaps +- [#9630](https://github.com/MetaMask/metamask-extension/pull/9630): Fix UI crash when trying to render estimated time remaining of non-submitted transaction +- [#9633](https://github.com/MetaMask/metamask-extension/pull/9633): Update View Quote page to better represent the MetaMask fee ## 8.1.1 Tue Oct 13 2020 - [#9586](https://github.com/MetaMask/metamask-extension/pull/9586): Prevent build quote crash when swapping from non-tracked token with balance (#9586)