aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorThomas Huang <tmashuang@users.noreply.github.com>2018-03-21 00:59:21 +0800
committerGitHub <noreply@github.com>2018-03-21 00:59:21 +0800
commit1079d57f8cd0513e9571457b00eb3e9b44c26215 (patch)
tree929ddf8387cecc78ef26dbb85461fe5e0d925d8a /CHANGELOG.md
parent4af1003b0efa8329718f5a95826976a54194d49b (diff)
parentd9160ac6da48bfead4cf47a5d9dc142432c52e0c (diff)
downloadtangerine-wallet-browser-1079d57f8cd0513e9571457b00eb3e9b44c26215.tar.gz
tangerine-wallet-browser-1079d57f8cd0513e9571457b00eb3e9b44c26215.tar.zst
tangerine-wallet-browser-1079d57f8cd0513e9571457b00eb3e9b44c26215.zip
Merge pull request #3489 from MetaMask/retry-tx-refractor
Retry tx refractor
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 e7d4a09fe..75ba7670f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
## Current Master
+- MetaMask will no longer allow nonces to be specified by the dapp
- Add ability for internationalization.
- Will now throw an error if the `to` field in txParams is not valid.
- Will strip null values from the `to` field.