diff options
author | Dan Finlay <542863+danfinlay@users.noreply.github.com> | 2019-06-27 01:26:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-27 01:26:08 +0800 |
commit | 99209095d17a4ef7da4fc73e7a65849a02baaf69 (patch) | |
tree | f8505fcf8cf3e54919d97bc9c8195a035f09c0c1 /CHANGELOG.md | |
parent | 5a7add38b45ee5099bf9c601cf76119c151168fa (diff) | |
parent | 84c28896a677c7a9b6ea006e0ff45caff006fba3 (diff) | |
download | tangerine-wallet-browser-99209095d17a4ef7da4fc73e7a65849a02baaf69.tar tangerine-wallet-browser-99209095d17a4ef7da4fc73e7a65849a02baaf69.tar.gz tangerine-wallet-browser-99209095d17a4ef7da4fc73e7a65849a02baaf69.tar.bz2 tangerine-wallet-browser-99209095d17a4ef7da4fc73e7a65849a02baaf69.tar.lz tangerine-wallet-browser-99209095d17a4ef7da4fc73e7a65849a02baaf69.tar.xz tangerine-wallet-browser-99209095d17a4ef7da4fc73e7a65849a02baaf69.tar.zst tangerine-wallet-browser-99209095d17a4ef7da4fc73e7a65849a02baaf69.zip |
Merge pull request #6749 from MetaMask/v6.7.0
V6.7.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f4377e14..24af6cb4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog ## Current Develop Branch + +## 6.7.0 Tue Jun 18 2019 + +- [#6623](https://github.com/MetaMask/metamask-extension/pull/6623): Improve contract method data fetching (#6623) +- [#6551](https://github.com/MetaMask/metamask-extension/pull/6551): Adds 4byte registry fallback to getMethodData() (#6435) +- [#6718, #6650](https://github.com/MetaMask/metamask-extension/pull/6718, #6650): Add delete to custom RPC form +- [#6700](https://github.com/MetaMask/metamask-extension/pull/6700): Fix styles on 'import account' page, update help link +- [#6714](https://github.com/MetaMask/metamask-extension/pull/6714): Wrap smaller custom block explorer url text +- [#6706](https://github.com/MetaMask/metamask-extension/pull/6706): Pin ethereumjs-tx - [#6700](https://github.com/MetaMask/metamask-extension/pull/6700): Fix styles on 'import account' page, update help link ## 6.6.2 Fri Jun 07 2019 |