|
|
|
@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
|
|
## [Unreleased] |
|
|
|
|
|
|
|
|
|
## [9.8.2] |
|
|
|
|
### Changed |
|
|
|
|
- [1156511545](https://github.com/MetaMask/metamask-extension/pull/11545): Allow MetaMask Swaps to support Polygon network |
|
|
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
- [11565](https://github.com/MetaMask/metamask-extension/pull/11565): Fix gas limit estimation for some tokens on custom networks |
|
|
|
|
- [11581](https://github.com/MetaMask/metamask-extension/pull/11581): Fixed bug that resulted in sends to some contracts being disabled. |
|
|
|
|
|
|
|
|
|
## [9.8.1] |
|
|
|
|
### Changed |
|
|
|
|
- Adjusting transaction metrics values |
|
|
|
@ -2341,7 +2349,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/v9.8.1...HEAD |
|
|
|
|
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v9.8.2...HEAD |
|
|
|
|
[9.8.2]: https://github.com/MetaMask/metamask-extension/compare/v9.8.1...v9.8.2 |
|
|
|
|
[9.8.1]: https://github.com/MetaMask/metamask-extension/compare/v9.8.0...v9.8.1 |
|
|
|
|
[9.8.0]: https://github.com/MetaMask/metamask-extension/compare/v9.7.1...v9.8.0 |
|
|
|
|
[9.7.1]: https://github.com/MetaMask/metamask-extension/compare/v9.7.0...v9.7.1 |
|
|
|
|