diff options
author | Thomas Huang <tmashuang@users.noreply.github.com> | 2019-03-13 06:24:30 +0800 |
---|---|---|
committer | Dan Finlay <542863+danfinlay@users.noreply.github.com> | 2019-03-13 06:24:30 +0800 |
commit | 5d565174b7cfd570b3c0dbd2b501148d2cf9f90e (patch) | |
tree | a27bc4f2321775d1e00e0135975ea366d71d6419 /CHANGELOG.md | |
parent | 7981b1bf23ccf4697262ffa1c279877209276ae4 (diff) | |
download | tangerine-wallet-browser-5d565174b7cfd570b3c0dbd2b501148d2cf9f90e.tar tangerine-wallet-browser-5d565174b7cfd570b3c0dbd2b501148d2cf9f90e.tar.gz tangerine-wallet-browser-5d565174b7cfd570b3c0dbd2b501148d2cf9f90e.tar.bz2 tangerine-wallet-browser-5d565174b7cfd570b3c0dbd2b501148d2cf9f90e.tar.lz tangerine-wallet-browser-5d565174b7cfd570b3c0dbd2b501148d2cf9f90e.tar.xz tangerine-wallet-browser-5d565174b7cfd570b3c0dbd2b501148d2cf9f90e.tar.zst tangerine-wallet-browser-5d565174b7cfd570b3c0dbd2b501148d2cf9f90e.zip |
Patch/bump version (#6294)v6.2.2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f82a8f306..abd1b4dc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Current Develop Branch +## 6.2.2 Tue Mar 12 2019 + +- [#6271](https://github.com/MetaMask/metamask-extension/pull/6271): Centre all notification popups +- [#6268](https://github.com/MetaMask/metamask-extension/pull/6268): Improve Korean translations +- [#6279](https://github.com/MetaMask/metamask-extension/pull/6279): Nonmultiple notifications for batch txs +- [#6280](https://github.com/MetaMask/metamask-extension/pull/6280): No longer check network when validating checksum addresses + ## 6.2.1 Wed Mar 06 2019 ## 6.2.0 Tue Mar 05 2019 @@ -14,7 +21,7 @@ - [#6182](https://github.com/MetaMask/metamask-extension/pull/6182): Change "Token Address" to "Token Contract Address" - [#6177](https://github.com/MetaMask/metamask-extension/pull/6177): Fixes #6176 -- [#6146](https://github.com/MetaMask/metamask-extension/pull/6146): * Add Copy Tx ID button to transaction-list-item-details
+- [#6146](https://github.com/MetaMask/metamask-extension/pull/6146): * Add Copy Tx ID button to transaction-list-item-details - [#6133](https://github.com/MetaMask/metamask-extension/pull/6133): Checksum address before slicing it for the confirm screen - [#6147](https://github.com/MetaMask/metamask-extension/pull/6147): Add button to force edit token symbol when adding custom token - [#6124](https://github.com/MetaMask/metamask-extension/pull/6124): recent-blocks - dont listen for block when on infura providers |