diff options
author | Thomas Huang <tmashuang@users.noreply.github.com> | 2019-01-04 05:29:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-04 05:29:07 +0800 |
commit | cdb202a65e81de662935175f9c23a802a775d7e0 (patch) | |
tree | 38e6dbd9a0bfffca0ed95fe32f0bbb15ac77be8d | |
parent | 9b0b2f32f72808b5809d64cfa30206643069a7b4 (diff) | |
parent | da7208c16d8df30030a1b531f8feabd23528d161 (diff) | |
download | tangerine-wallet-browser-cdb202a65e81de662935175f9c23a802a775d7e0.tar tangerine-wallet-browser-cdb202a65e81de662935175f9c23a802a775d7e0.tar.gz tangerine-wallet-browser-cdb202a65e81de662935175f9c23a802a775d7e0.tar.bz2 tangerine-wallet-browser-cdb202a65e81de662935175f9c23a802a775d7e0.tar.lz tangerine-wallet-browser-cdb202a65e81de662935175f9c23a802a775d7e0.tar.xz tangerine-wallet-browser-cdb202a65e81de662935175f9c23a802a775d7e0.tar.zst tangerine-wallet-browser-cdb202a65e81de662935175f9c23a802a775d7e0.zip |
Merge pull request #5987 from MetaMask/Version-5.3.0
Version 5.3.0 RC1
-rw-r--r-- | CHANGELOG.md | 9 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fc182db0..becbae3e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ ## Current Develop Branch +## 5.3.0 Wed Jan 02 2019 + +- [#5978](https://github.com/MetaMask/metamask-extension/pull/5978): Fix etherscan links on notifications +- [#5980](https://github.com/MetaMask/metamask-extension/pull/5980): Fix drizzle tests +- [#5922](https://github.com/MetaMask/metamask-extension/pull/5922): Prevent users from changing the From field in the send screen +- [#5932](https://github.com/MetaMask/metamask-extension/pull/5932): Fix displayed time and date in the activity log. Remove vreme library, add luxon library. +- [#5924](https://github.com/MetaMask/metamask-extension/pull/5924): transactions - throw an error if a transaction is generated while the network is loading +- [#5893](https://github.com/MetaMask/metamask-extension/pull/5893): Add loading network screen + ## 5.2.2 Wed Dec 12 2018 - [#5925](https://github.com/MetaMask/metamask-extension/pull/5925): Fix speed up button not showing for transactions with the lowest nonce diff --git a/app/manifest.json b/app/manifest.json index 4f4598a18..6c35c6989 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "5.2.2", + "version": "5.3.0", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", |