diff options
author | Kevin Serrano <kevgagser@gmail.com> | 2017-03-25 05:07:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-25 05:07:48 +0800 |
commit | 21f41718cee3906f8ed1dcf906d9488ad134910b (patch) | |
tree | 563330742d202a9aa8fccc2b7234c6e259f8ea90 /CHANGELOG.md | |
parent | 2e446eb5880396716d919e10e97a7ab824cc0fc1 (diff) | |
parent | fb39539214ca888300eb192e0e137a512cc0d88a (diff) | |
download | tangerine-wallet-browser-21f41718cee3906f8ed1dcf906d9488ad134910b.tar tangerine-wallet-browser-21f41718cee3906f8ed1dcf906d9488ad134910b.tar.gz tangerine-wallet-browser-21f41718cee3906f8ed1dcf906d9488ad134910b.tar.bz2 tangerine-wallet-browser-21f41718cee3906f8ed1dcf906d9488ad134910b.tar.lz tangerine-wallet-browser-21f41718cee3906f8ed1dcf906d9488ad134910b.tar.xz tangerine-wallet-browser-21f41718cee3906f8ed1dcf906d9488ad134910b.tar.zst tangerine-wallet-browser-21f41718cee3906f8ed1dcf906d9488ad134910b.zip |
Merge branch 'master' into i1210-txdisappearance
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2490dfb8e..2dcbb7290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ - Removed support for old, lightwallet based vault. Users who have not opened app in over a month will need to recover with their seed phrase. This will allow Firefox support sooner. - Fixed bug where spinner wouldn't disappear on incorrect password submission on seed word reveal. - Polish the private key UI. +- Enforce minimum values for gas price and gas limit. +- Fix bug where total gas was sometimes not live-updated. +- Fix bug where editing gas value could have some abrupt behaviors (#1233) - Add Kovan as an option on our network list. - Fixed bug where transactions on other networks would disappear when submitting a transaction on another network. |