diff options
author | Dan Finlay <542863+danfinlay@users.noreply.github.com> | 2019-02-12 02:19:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-12 02:19:07 +0800 |
commit | 140fcb4bf1c7654463b3144b9d8a9b4786b3034c (patch) | |
tree | 57a80a2d4c7e806117999eaee00b253188c40af5 /CHANGELOG.md | |
parent | cb0e421b55eb71b8ce44d58add13afe3b18f6674 (diff) | |
download | tangerine-wallet-browser-140fcb4bf1c7654463b3144b9d8a9b4786b3034c.tar tangerine-wallet-browser-140fcb4bf1c7654463b3144b9d8a9b4786b3034c.tar.gz tangerine-wallet-browser-140fcb4bf1c7654463b3144b9d8a9b4786b3034c.tar.bz2 tangerine-wallet-browser-140fcb4bf1c7654463b3144b9d8a9b4786b3034c.tar.lz tangerine-wallet-browser-140fcb4bf1c7654463b3144b9d8a9b4786b3034c.tar.xz tangerine-wallet-browser-140fcb4bf1c7654463b3144b9d8a9b4786b3034c.tar.zst tangerine-wallet-browser-140fcb4bf1c7654463b3144b9d8a9b4786b3034c.zip |
Version 6 RC1 (#6117)
* Version 6 RC1
* Make gas input feature more readable
* Update CHANGELOG.md with additional 6.0.0 changes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3da2af544..964b698ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Current Develop Branch +## 6.0.0 Thu Feb 07 2019 + +- [#6082](https://github.com/MetaMask/metamask-extension/pull/6082): Migrate all users to the new UI +- [#6114](https://github.com/MetaMask/metamask-extension/pull/6114): Add setting for inputting gas price with a text field for advanced users. +- [#6091](https://github.com/MetaMask/metamask-extension/pull/6091): Add Swap feature to CurrencyInput +- [#6090](https://github.com/MetaMask/metamask-extension/pull/6090): Change gas labels to Slow/Average/Fast +- [#6112](https://github.com/MetaMask/metamask-extension/pull/6112): Extract advanced gas input controls to their own component +- [#5929](https://github.com/MetaMask/metamask-extension/pull/5929): Update design of phishing warning screen +- [#6120](https://github.com/MetaMask/metamask-extension/pull/6120): Add class to sign footer button +- [#6116](https://github.com/MetaMask/metamask-extension/pull/6116): Fix locale codes contains underscore never being preferred + ## 5.3.5 Mon Feb 4 2019 - [#6084](https://github.com/MetaMask/metamask-extension/pull/6087): Privacy mode fixes |