mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 11:28:51 +01:00
Version 5.3.2 RC1 (#6069)
This commit is contained in:
parent
ab9c20db5b
commit
98d5b4d632
@ -2,6 +2,15 @@
|
||||
|
||||
## Current Develop Branch
|
||||
|
||||
## 5.3.2 Mon Jan 28 2019
|
||||
|
||||
- [#6021](https://github.com/MetaMask/metamask-extension/pull/6021): Order shapeshift transactions by time within the transactions list
|
||||
- [#6052](https://github.com/MetaMask/metamask-extension/pull/6052): Add and use cached method signatures to reduce provider requests
|
||||
- [#6048](https://github.com/MetaMask/metamask-extension/pull/6048): Refactor BalanceComponent to jsx
|
||||
- [#6026](https://github.com/MetaMask/metamask-extension/pull/6026): Prevent invalid chainIds when adding custom rpcs
|
||||
- [#6029](https://github.com/MetaMask/metamask-extension/pull/6029): Fix grammar error in Current Conversion
|
||||
- [#6024](https://github.com/MetaMask/metamask-extension/pull/6024): Disable account dropdown on signing screens
|
||||
|
||||
## 5.3.1 Wed Jan 16 2019
|
||||
|
||||
- [#5966](https://github.com/MetaMask/metamask-extension/pull/5966): Update Slovenian translation
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "__MSG_appName__",
|
||||
"short_name": "__MSG_appName__",
|
||||
"version": "5.3.1",
|
||||
"version": "5.3.2",
|
||||
"manifest_version": 2,
|
||||
"author": "https://metamask.io",
|
||||
"description": "__MSG_appDescription__",
|
||||
|
Loading…
Reference in New Issue
Block a user