mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Version 3.7.5
This commit is contained in:
parent
95d20e9b76
commit
c92afef91d
@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
## Current Master
|
## Current Master
|
||||||
|
|
||||||
|
## 3.7.5 2017-6-5
|
||||||
|
|
||||||
|
- Prevent users from sending to the `0x0` address.
|
||||||
|
- Provide useful errors when entering bad characters in ENS name.
|
||||||
|
- Add ability to copy addresses from transaction confirmation view.
|
||||||
|
|
||||||
## 3.7.4 2017-6-2
|
## 3.7.4 2017-6-2
|
||||||
|
|
||||||
- Fix bug with inflight cache that caused some block lookups to return bad values (affected OasisDex).
|
- Fix bug with inflight cache that caused some block lookups to return bad values (affected OasisDex).
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "MetaMask",
|
"name": "MetaMask",
|
||||||
"short_name": "Metamask",
|
"short_name": "Metamask",
|
||||||
"version": "3.7.4",
|
"version": "3.7.5",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"author": "https://metamask.io",
|
"author": "https://metamask.io",
|
||||||
"description": "Ethereum Browser Extension",
|
"description": "Ethereum Browser Extension",
|
||||||
|
Loading…
Reference in New Issue
Block a user