mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
4.17.0
This commit is contained in:
parent
ac079365e6
commit
e683684e8d
10
CHANGELOG.md
10
CHANGELOG.md
@ -2,9 +2,17 @@
|
||||
|
||||
## Current Develop Branch
|
||||
|
||||
## 4.17.0 Thursday November 1 2018
|
||||
|
||||
- Fix bug where data lookups like balances would get stale data (stopped block-tracker bug)
|
||||
- Transaction Details now show entry for onchain failure
|
||||
- [#5559](https://github.com/MetaMask/metamask-extension/pull/5559) Localize language names in translation select list
|
||||
- [#5283](https://github.com/MetaMask/metamask-extension/pull/5283): Fix bug when eth.getCode() called with no contract
|
||||
- [#5563](https://github.com/MetaMask/metamask-extension/pull/5563#pullrequestreview-166769174) Feature: improve Hatian Creole translations
|
||||
- [#5559](https://github.com/MetaMask/metamask-extension/pull/5559) Localize language names in translation select list
|
||||
- Feature: improve Slovenian translations
|
||||
- Add support for alternate `wallet_watchAsset` rpc method name
|
||||
- Attempt chain ID lookup via `eth_chainId` before `net_version`
|
||||
- Fix account display width for large currency values
|
||||
|
||||
## 4.16.0 Wednesday October 17 2018
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "__MSG_appName__",
|
||||
"short_name": "__MSG_appName__",
|
||||
"version": "4.16.0",
|
||||
"version": "4.17.0",
|
||||
"manifest_version": 2,
|
||||
"author": "https://metamask.io",
|
||||
"description": "__MSG_appDescription__",
|
||||
|
Loading…
Reference in New Issue
Block a user