diff options
author | Thomas <thomas.b.huang@gmail.com> | 2018-08-07 04:08:40 +0800 |
---|---|---|
committer | Thomas <thomas.b.huang@gmail.com> | 2018-08-07 04:08:40 +0800 |
commit | 941a920b15e359380d5bf1110b04522691d471c3 (patch) | |
tree | 08dd630f45512a5b534958a40ca42da18fde70df | |
parent | f2194e8482203988909da75e0442e66840c0bcab (diff) | |
download | tangerine-wallet-browser-941a920b15e359380d5bf1110b04522691d471c3.tar tangerine-wallet-browser-941a920b15e359380d5bf1110b04522691d471c3.tar.gz tangerine-wallet-browser-941a920b15e359380d5bf1110b04522691d471c3.tar.bz2 tangerine-wallet-browser-941a920b15e359380d5bf1110b04522691d471c3.tar.lz tangerine-wallet-browser-941a920b15e359380d5bf1110b04522691d471c3.tar.xz tangerine-wallet-browser-941a920b15e359380d5bf1110b04522691d471c3.tar.zst tangerine-wallet-browser-941a920b15e359380d5bf1110b04522691d471c3.zip |
Update Changelog
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e1e1ff4b..4db0d548a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,17 @@ ## Current Master -- Add new tokens auto detection -- Remove rejected transactions from transaction history -- Add Trezor Support -- Allow to remove accounts (Imported and Hardware Wallets) +- [#4926](https://github.com/MetaMask/metamask-extension/pull/4926): Show retry button on the latest tx of the earliest nonce. +- [#4888](https://github.com/MetaMask/metamask-extension/pull/4888): Suggest using the new user interface. +- [#4947](https://github.com/MetaMask/metamask-extension/pull/4947): Prevent sending multiple transasctions on multiple confirm clicks. +- [#4844](https://github.com/MetaMask/metamask-extension/pull/4844): Add new tokens auto detection. +- [#4667](https://github.com/MetaMask/metamask-extension/pull/4667): Remove rejected transactions from transaction history. +- [#4625](https://github.com/MetaMask/metamask-extension/pull/4625): Add Trezor Support. +- [#4625](https://github.com/MetaMask/metamask-extension/pull/4625/commits/523cf9ad33d88719520ae5e7293329d133b64d4d): Allow to remove accounts (Imported and Hardware Wallets) +- [#4814](https://github.com/MetaMask/metamask-extension/pull/4814): Add hex data input to send screen. +- [#4691](https://github.com/MetaMask/metamask-extension/pull/4691): Redesign of the Confirm Transaction Screen. - [#4840](https://github.com/MetaMask/metamask-extension/pull/4840): Now shows notifications when transactions are completed. -- [#4855](https://github.com/MetaMask/metamask-extension/pull/4855): network.js: convert rpc protocol to lower case. +- [#4855](https://github.com/MetaMask/metamask-extension/pull/4855): Allow the use of HTTP prefix for custom rpc urls. ## 4.8.0 Thur Jun 14 2018 |