1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00

Version 5.3.2 RC1 (#6069)

This commit is contained in:
Dan Finlay 2019-01-28 11:14:32 -08:00 committed by GitHub
parent ab9c20db5b
commit 98d5b4d632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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__",