aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2017-09-20 02:27:49 +0800
committerkumavis <aaron@kumavis.me>2017-09-20 02:27:49 +0800
commit77e02d264ad65cacd6a3c4f0087bd5e2c375ef4c (patch)
treed11ce4e1e314a9fe5018737eae17b68316b60a13 /CHANGELOG.md
parentb979c6a2f3856525faaff0de94a3e97e322d18b6 (diff)
parent166bd55a43125796521f7caf97c2e2baf3519b36 (diff)
downloadtangerine-wallet-browser-77e02d264ad65cacd6a3c4f0087bd5e2c375ef4c.tar.gz
tangerine-wallet-browser-77e02d264ad65cacd6a3c4f0087bd5e2c375ef4c.tar.zst
tangerine-wallet-browser-77e02d264ad65cacd6a3c4f0087bd5e2c375ef4c.zip
Merge branch 'master' of github.com:MetaMask/metamask-plugin into json-rpc-engine-bump
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1ba214cce..c4366db45 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,11 +2,22 @@
## Current Master
+- Fix bug that would sometimes display transactions as failed that could be successfully mined.
+
+## 3.10.2 2017-9-18
+
+rollback to 3.10.0 due to bug
+
+## 3.10.1 2017-9-18
+
- Add ability to export private keys as a file.
- Add ability to export seed words as a file.
- Changed state logs to a file download than a clipboard copy.
+- Add specific error for failed recipient address checksum.
- Fixed a long standing memory leak associated with filters installed by dapps
- Fix link to support center.
+- Fixed tooltip icon locations to avoid overflow.
+- Warn users when a dapp proposes a high gas limit (90% of blockGasLimit or higher)
## 3.10.0 2017-9-11