diff options
author | kumavis <kumavis@users.noreply.github.com> | 2018-03-14 06:47:52 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-14 06:47:52 +0800 |
commit | 5fbfb0b67c9eb50b6cc503e78154ab237d2d9731 (patch) | |
tree | 3374055e365337973807afd70936afcad070a095 /CHANGELOG.md | |
parent | b7a24840f2aa358a174d134d7ed30dc3ff2fc4be (diff) | |
parent | dc5fbf5eb28b3221357197d7fe33ecb2f8a1e6fb (diff) | |
download | tangerine-wallet-browser-5fbfb0b67c9eb50b6cc503e78154ab237d2d9731.tar tangerine-wallet-browser-5fbfb0b67c9eb50b6cc503e78154ab237d2d9731.tar.gz tangerine-wallet-browser-5fbfb0b67c9eb50b6cc503e78154ab237d2d9731.tar.bz2 tangerine-wallet-browser-5fbfb0b67c9eb50b6cc503e78154ab237d2d9731.tar.lz tangerine-wallet-browser-5fbfb0b67c9eb50b6cc503e78154ab237d2d9731.tar.xz tangerine-wallet-browser-5fbfb0b67c9eb50b6cc503e78154ab237d2d9731.tar.zst tangerine-wallet-browser-5fbfb0b67c9eb50b6cc503e78154ab237d2d9731.zip |
Merge pull request #3083 from MetaMask/i3076-UseStorageLocalInstead
Use storage.local instead of localStorage
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 80bef88b1..e7d4a09fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Current Master +- 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. - Fix flashing to Log in screen after logging in or restoring from seed phrase. @@ -10,7 +11,7 @@ - Add a welcome screen to new-ui onboarding flow - Make new-ui create password screen responsive - Hide network dropdown before account is initialized -- Add ability for internationalization. +- Fix bug that could prevent MetaMask from saving the latest vault. ## 4.2.0 Tue Mar 06 2018 |