|
|
|
@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
|
|
## [Unreleased] |
|
|
|
|
|
|
|
|
|
## [10.1.0] |
|
|
|
|
### Added |
|
|
|
|
- [#11951](https://github.com/MetaMask/metamask-extension/pull/11951): Adding EIP-1559 support for Ledger hardware |
|
|
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
- [#11951](https://github.com/MetaMask/metamask-extension/pull/11951): Fixed contract deployments using Ledger hardware |
|
|
|
|
- [#11972](https://github.com/MetaMask/metamask-extension/pull/11972): Fixed "continue at your own risk" button (Phishing alert page) |
|
|
|
|
- [#11951](https://github.com/MetaMask/metamask-extension/pull/11951): Fixed ledger transactions on networks with large chainIds |
|
|
|
|
|
|
|
|
|
## [10.0.3] |
|
|
|
|
### Changed |
|
|
|
|
- [#11931](https://github.com/MetaMask/metamask-extension/pull/11931): Temporarily Disabling Mobile Sync |
|
|
|
@ -2422,7 +2431,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.3...HEAD |
|
|
|
|
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.1.0...HEAD |
|
|
|
|
[10.1.0]: https://github.com/MetaMask/metamask-extension/compare/v10.0.3...v10.1.0 |
|
|
|
|
[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 |
|
|
|
|