diff options
author | Dan Finlay <somniac@me.com> | 2016-07-21 05:54:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-21 05:54:07 +0800 |
commit | cdd7e40545af8e62fc586f8da120e8d05ca90653 (patch) | |
tree | 410279980ea926c3bd15a06c1cd6ddc7c4ab40e9 /CHANGELOG.md | |
parent | 5567ea8dc5f387d971b51bd4cf46abd6e7979688 (diff) | |
download | tangerine-wallet-browser-cdd7e40545af8e62fc586f8da120e8d05ca90653.tar.gz tangerine-wallet-browser-cdd7e40545af8e62fc586f8da120e8d05ca90653.tar.zst tangerine-wallet-browser-cdd7e40545af8e62fc586f8da120e8d05ca90653.zip |
Make injected web3 fail hard on sync methods (#471)
Make injected web3 fail hard on sync methods
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c06da79e5..d1939570c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +- MetaMask now throws descriptive errors when apps try to use synchronous web3 methods. + ## 2.6.2 2016-07-20 - Fixed bug that would prevent the plugin from reopening on the first try after receiving a new transaction while locked. |