mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #8931 from MetaMask/master
Sync `master` with `develop`
This commit is contained in:
commit
472ee8913e
@ -2,6 +2,12 @@
|
||||
|
||||
## Current Develop Branch
|
||||
|
||||
## 8.0.3 Mon Jul 06 2020
|
||||
- [#8921](https://github.com/MetaMask/metamask-extension/pull/8921): Restore missing 'data' provider event, and fix 'notification' event
|
||||
- [#8923](https://github.com/MetaMask/metamask-extension/pull/8923): Normalize the 'from' parameter for `eth_sendTransaction`
|
||||
- [#8924](https://github.com/MetaMask/metamask-extension/pull/8924): Fix handling of multiple `eth_requestAccount` messages from the same domain
|
||||
- [#8917](https://github.com/MetaMask/metamask-extension/pull/8917): Update Italian translations
|
||||
|
||||
## 8.0.2 Fri Jul 03 2020
|
||||
- [#8907](https://github.com/MetaMask/metamask-extension/pull/8907): Tolerate missing or falsey substitutions
|
||||
- [#8908](https://github.com/MetaMask/metamask-extension/pull/8908): Fix activity log inline buttons
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "__MSG_appName__",
|
||||
"short_name": "__MSG_appName__",
|
||||
"version": "8.0.2",
|
||||
"version": "8.0.3",
|
||||
"manifest_version": 2,
|
||||
"author": "https://metamask.io",
|
||||
"description": "__MSG_appDescription__",
|
||||
|
Loading…
Reference in New Issue
Block a user