|
|
|
@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
|
|
## [Unreleased] |
|
|
|
|
|
|
|
|
|
## [10.0.3] |
|
|
|
|
### Changed |
|
|
|
|
- [#11931](https://github.com/MetaMask/metamask-extension/pull/11931): Temporarily Disabling Mobile Sync |
|
|
|
|
- [#11936](https://github.com/MetaMask/metamask-extension/pull/11936): Use higher gas fees when attempting to speedup or cancel a transaction |
|
|
|
|
|
|
|
|
|
### 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 |
|
|
|
|
- [#11818](https://github.com/MetaMask/metamask-extension/pull/11818): Add gas recommendation options to cancel and speed up popovers |
|
|
|
@ -2413,7 +2422,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
### Uncategorized |
|
|
|
|
- Added the ability to restore accounts from seed words. |
|
|
|
|
|
|
|
|
|
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.0.2...HEAD |
|
|
|
|
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.0.3...HEAD |
|
|
|
|
[10.0.3]: https://github.com/MetaMask/metamask-extension/compare/v10.0.2...v10.0.3 |
|
|
|
|
[10.0.2]: https://github.com/MetaMask/metamask-extension/compare/v10.0.1...v10.0.2 |
|
|
|
|
[10.0.1]: https://github.com/MetaMask/metamask-extension/compare/v10.0.0...v10.0.1 |
|
|
|
|
[10.0.0]: https://github.com/MetaMask/metamask-extension/compare/v9.8.4...v10.0.0 |
|
|
|
|