diff options
author | kumavis <kumavis@users.noreply.github.com> | 2017-05-27 03:19:51 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-27 03:19:51 +0800 |
commit | 5e9274d4d507a555020765954e05cbf7c6ed8aa2 (patch) | |
tree | 4a684ff7245d75d008f417fb2bbd836497c42206 /CHANGELOG.md | |
parent | 3b253649a433f1f38fd86e0478f0b12592006776 (diff) | |
parent | 9d2844c7128c79314529e163b473353d42200e9c (diff) | |
download | tangerine-wallet-browser-5e9274d4d507a555020765954e05cbf7c6ed8aa2.tar tangerine-wallet-browser-5e9274d4d507a555020765954e05cbf7c6ed8aa2.tar.gz tangerine-wallet-browser-5e9274d4d507a555020765954e05cbf7c6ed8aa2.tar.bz2 tangerine-wallet-browser-5e9274d4d507a555020765954e05cbf7c6ed8aa2.tar.lz tangerine-wallet-browser-5e9274d4d507a555020765954e05cbf7c6ed8aa2.tar.xz tangerine-wallet-browser-5e9274d4d507a555020765954e05cbf7c6ed8aa2.tar.zst tangerine-wallet-browser-5e9274d4d507a555020765954e05cbf7c6ed8aa2.zip |
Merge pull request #1507 from MetaMask/AddContractIconMap
Add contract name map
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ca9cc6f5a..e050a7509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - Now enforce 95% of block's gasLimit to protect users. - Removing provider-engine from the inpage provider. This fixes some error handling inconsistencies introduced in 3.7.0. - Some contracts will now display logos instead of jazzicons. +- Some contracts will now have names displayed in the confirmation view. ## 3.7.0 2017-5-23 |