diff options
author | Dan Finlay <dan@danfinlay.com> | 2019-02-20 04:22:01 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2019-02-20 04:22:01 +0800 |
commit | 29b64bdb17d5386b834c6938934d770ff62e4746 (patch) | |
tree | 09e076c92d3c5a458f628c5f3fc5b72a4356a92e /CHANGELOG.md | |
parent | 24ed53bbf3cea38983407fd04631f5b1f92f740f (diff) | |
download | tangerine-wallet-browser-29b64bdb17d5386b834c6938934d770ff62e4746.tar tangerine-wallet-browser-29b64bdb17d5386b834c6938934d770ff62e4746.tar.gz tangerine-wallet-browser-29b64bdb17d5386b834c6938934d770ff62e4746.tar.bz2 tangerine-wallet-browser-29b64bdb17d5386b834c6938934d770ff62e4746.tar.lz tangerine-wallet-browser-29b64bdb17d5386b834c6938934d770ff62e4746.tar.xz tangerine-wallet-browser-29b64bdb17d5386b834c6938934d770ff62e4746.tar.zst tangerine-wallet-browser-29b64bdb17d5386b834c6938934d770ff62e4746.zip |
Version 6.1.0 RC1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c8fb53cd8..25aff9134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## Current Develop Branch +## 6.1.0 Tue Feb 19 2019 + +- [#6182](https://github.com/MetaMask/metamask-extension/pull/6182): Change "Token Address" to "Token Contract Address" +- [#6177](https://github.com/MetaMask/metamask-extension/pull/6177): Fixes #6176 +- [#6146](https://github.com/MetaMask/metamask-extension/pull/6146): * Add Copy Tx ID button to transaction-list-item-details
+- [#6133](https://github.com/MetaMask/metamask-extension/pull/6133): Checksum address before slicing it for the confirm screen +- [#6147](https://github.com/MetaMask/metamask-extension/pull/6147): Add button to force edit token symbol when adding custom token +- [#6124](https://github.com/MetaMask/metamask-extension/pull/6124): recent-blocks - dont listen for block when on infura providers -[#5973] (https://github.com/MetaMask/metamask-extension/pull/5973): Fix incorrectly showing checksums on non-ETH blockchains (issue 5838) ## 6.0.1 Tue Feb 12 2019 |