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

[skip e2e] Update changelog for v10.0.3 (#11933)

This commit is contained in:
ryanml 2021-08-25 12:44:58 -07:00 committed by GitHub
parent da30254ba4
commit 33a801897e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [10.0.3]
### Uncategorized
- Temporarily Disabling Mobile Sync ([#11931](https://github.com/MetaMask/metamask-extension/pull/11931))
- Updating decimal precision to 9 (getRoundedGasPrice) ([#11930](https://github.com/MetaMask/metamask-extension/pull/11930))
- Fix issue with chainId comparison in sign typed message param validation ([#11900](https://github.com/MetaMask/metamask-extension/pull/11900))
### Changed
- [#11931](https://github.com/MetaMask/metamask-extension/pull/11931): Temporarily Disabling Mobile Sync
### Fixed
- [#11900](https://github.com/MetaMask/metamask-extension/pull/11900): Fixing chainId comparison issue (sign typed message param validation)
- [#11930](https://github.com/MetaMask/metamask-extension/pull/11930): Using 9 decimal places of precision in gas price
## [10.0.2]
### Added