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

Update changelog for v9.5.3 (#11121)

* Version v9.5.3

* [skip e2e] Update changelog for v9.5.3

Co-authored-by: MetaMask Bot <metamaskbot@users.noreply.github.com>
This commit is contained in:
ryanml 2021-05-17 17:01:44 -07:00
parent fb81255f7e
commit d8aa10fd61
2 changed files with 3 additions and 10 deletions

View File

@ -7,16 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [9.5.3]
### Uncategorized
- Updating util import paths for master
- [#11117](https://github.com/MetaMask/metamask-extension/pull/11117): use safer toChecksum utility
- [#11107](https://github.com/MetaMask/metamask-extension/pull/11107): Migration to remove erroneous tx state
- [#11104](https://github.com/MetaMask/metamask-extension/pull/11104): Throw error if transaction type is not recognized by useTransactionDisplay data
- [#11103](https://github.com/MetaMask/metamask-extension/pull/11103): fix splitting of transaction nonce groups in state
- [#11101](https://github.com/MetaMask/metamask-extension/pull/11101): Improve type checking and handle incorrect category in transaction-icon component
- [#11089](https://github.com/MetaMask/metamask-extension/pull/11089): create safer isValidAddress method
- [#11016](https://github.com/MetaMask/metamask-extension/pull/11016): Group signature transactions
- [#11015](https://github.com/MetaMask/metamask-extension/pull/11015): Prevent an undefined gas price from breaking the transaction list
### Fixed
- [#11103](https://github.com/MetaMask/metamask-extension/pull/11103): Fixes bug that made MetaMask unusable and displayed 'Minified React error #130' on certain networks and accounts
- [#11015](https://github.com/MetaMask/metamask-extension/pull/11015): Prevent big number error when attempting to view transaction list
## [9.5.2]
### Fixed