diff options
author | Dan Finlay <dan@danfinlay.com> | 2019-02-08 01:11:55 +0800 |
---|---|---|
committer | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2019-02-09 04:27:14 +0800 |
commit | f6c9cdec9d75d1deb736417d16fbae924c7bb91c (patch) | |
tree | ebab2d3f88809ba5de99d32a7fd26bbcf244ce75 | |
parent | 01f0f1fcd92947bf67138df94ec469174adcfb83 (diff) | |
download | tangerine-wallet-browser-f6c9cdec9d75d1deb736417d16fbae924c7bb91c.tar.gz tangerine-wallet-browser-f6c9cdec9d75d1deb736417d16fbae924c7bb91c.tar.zst tangerine-wallet-browser-f6c9cdec9d75d1deb736417d16fbae924c7bb91c.zip |
Make gas input feature more readable
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 08da61691..9bcee0984 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ## 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): Set custom gas data in state from inline advance gas controls on send screen +- [#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 |