diff options
author | kumavis <kumavis@users.noreply.github.com> | 2018-06-20 01:55:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-20 01:55:05 +0800 |
commit | bc84ed608178f98ad2e1f880fd97c39a8a9a7ad7 (patch) | |
tree | 67dacca63cc78eae7ac4ea923228ad613c680efa | |
parent | 6bf09c0ffe39196ed97405001ee9a094d69a0da2 (diff) | |
download | tangerine-wallet-browser-bc84ed608178f98ad2e1f880fd97c39a8a9a7ad7.tar tangerine-wallet-browser-bc84ed608178f98ad2e1f880fd97c39a8a9a7ad7.tar.gz tangerine-wallet-browser-bc84ed608178f98ad2e1f880fd97c39a8a9a7ad7.tar.bz2 tangerine-wallet-browser-bc84ed608178f98ad2e1f880fd97c39a8a9a7ad7.tar.lz tangerine-wallet-browser-bc84ed608178f98ad2e1f880fd97c39a8a9a7ad7.tar.xz tangerine-wallet-browser-bc84ed608178f98ad2e1f880fd97c39a8a9a7ad7.tar.zst tangerine-wallet-browser-bc84ed608178f98ad2e1f880fd97c39a8a9a7ad7.zip |
changelog - remove incorrect entry
4.8.0 claimed dapp autoreload was disabled. Actually this was reverted and is still active at this time
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e6adc9534..d86fcd713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,6 @@ - [#4523](https://github.com/MetaMask/metamask-extension/pull/4523): Fix bug where account reset did not work with custom RPC providers. - [#4524](https://github.com/MetaMask/metamask-extension/pull/4524): Fix for Brave i18n getAcceptLanguages. - [#4557](https://github.com/MetaMask/metamask-extension/pull/4557): Fix bug where nonce mutex was never released. -- [#4558](https://github.com/MetaMask/metamask-extension/pull/4558): Stop reloading browser page on Ethereum network change. - [#4566](https://github.com/MetaMask/metamask-extension/pull/4566): Add phishing notice. - [#4591](https://github.com/MetaMask/metamask-extension/pull/4591): Allow Copying Token Addresses and link to Token on Etherscan. |