aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorFrankie <frankie.diamond@gmail.com>2016-07-14 06:46:36 +0800
committerDan Finlay <somniac@me.com>2016-07-14 06:46:36 +0800
commitdbc9008295f96b8917c5b66d8df2c2e2360c2814 (patch)
treee3d5ef6010156bbee1e9d93ce1fe8206e527916f /CHANGELOG.md
parent7b9b22e8a082bf78061030d176327914a4ad54de (diff)
downloadtangerine-wallet-browser-dbc9008295f96b8917c5b66d8df2c2e2360c2814.tar
tangerine-wallet-browser-dbc9008295f96b8917c5b66d8df2c2e2360c2814.tar.gz
tangerine-wallet-browser-dbc9008295f96b8917c5b66d8df2c2e2360c2814.tar.bz2
tangerine-wallet-browser-dbc9008295f96b8917c5b66d8df2c2e2360c2814.tar.lz
tangerine-wallet-browser-dbc9008295f96b8917c5b66d8df2c2e2360c2814.tar.xz
tangerine-wallet-browser-dbc9008295f96b8917c5b66d8df2c2e2360c2814.tar.zst
tangerine-wallet-browser-dbc9008295f96b8917c5b66d8df2c2e2360c2814.zip
Fix eth balance tooltip to show 6 decimals (#440)
* Fix tooltip to show to the 6 decimal place on balances ovr 0... * Change font size for balance component in tx-list so it fits the notation * Add to change log * Linting * change log
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5166799cf..96f7749c8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
## Current Master
+- Fix tool tips on Eth balance to show the 6 decimals
- Fix rendering of recipient SVG in tx approval notification.
- New vaults now generate only one wallet instead of three.
- Bumped version of web3 provider engine.