|
|
|
@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
|
|
## [Unreleased] |
|
|
|
|
|
|
|
|
|
## [9.7.1] |
|
|
|
|
### Uncategorized |
|
|
|
|
- Fix gas-modal-page-container.container check for custom gas price safety ([#11426](https://github.com/MetaMask/metamask-extension/pull/11426)) |
|
|
|
|
- fix jest tests to run ui tests ([#11390](https://github.com/MetaMask/metamask-extension/pull/11390)) |
|
|
|
|
- use jest for testing shared ([#11334](https://github.com/MetaMask/metamask-extension/pull/11334)) |
|
|
|
|
- add eip-1559 fields to event schema ([#11408](https://github.com/MetaMask/metamask-extension/pull/11408)) |
|
|
|
|
- Add methods to easily detect transaction type based on gas fields ([#11382](https://github.com/MetaMask/metamask-extension/pull/11382)) |
|
|
|
|
- Updating address error ([#11389](https://github.com/MetaMask/metamask-extension/pull/11389)) |
|
|
|
|
- Removing obsolete client-side transaction metrics events ([#11329](https://github.com/MetaMask/metamask-extension/pull/11329)) |
|
|
|
|
- Adding metric events for Approved, Rejected, and Submitted to the TxController ([#11358](https://github.com/MetaMask/metamask-extension/pull/11358)) |
|
|
|
|
- Add 'Transaction Added' metric event to TransactionController ([#11341](https://github.com/MetaMask/metamask-extension/pull/11341)) |
|
|
|
|
- Adding gasEstimateType to 'Changed Gas Button' metrics event ([#11352](https://github.com/MetaMask/metamask-extension/pull/11352)) |
|
|
|
|
|
|
|
|
|
## [9.7.0] |
|
|
|
|
### Added |
|
|
|
|
- [#11021](https://github.com/MetaMask/metamask-extension/pull/11021): Add periodic reminder modal for backing up recovery phrase |
|
|
|
@ -2317,7 +2330,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.7.0...HEAD |
|
|
|
|
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v9.7.1...HEAD |
|
|
|
|
[9.7.1]: https://github.com/MetaMask/metamask-extension/compare/v9.7.0...v9.7.1 |
|
|
|
|
[9.7.0]: https://github.com/MetaMask/metamask-extension/compare/v9.6.1...v9.7.0 |
|
|
|
|
[9.6.1]: https://github.com/MetaMask/metamask-extension/compare/v9.6.0...v9.6.1 |
|
|
|
|
[9.6.0]: https://github.com/MetaMask/metamask-extension/compare/v9.5.9...v9.6.0 |
|
|
|
|