From b9f647f478cc64b1de5c2bb8c83cb33efdff8cd9 Mon Sep 17 00:00:00 2001 From: Thomas Huang Date: Mon, 31 Jul 2023 18:44:59 -0700 Subject: [PATCH] [skip-e2e] Update changelog for v10.34.2 (#20238) --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52aa68b23..a95f4c6e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [10.34.2] +### Added +- Add Address Details and View on Explorer to Global Menu ([#20013](https://github.com/MetaMask/metamask-extension/pull/20013)) + +## Changed +- Increase copy clipboard time ([#20008](https://github.com/MetaMask/metamask-extension/pull/20008)) +- Show checksum addresses on account list menu ([#20217](https://github.com/MetaMask/metamask-extension/pull/20217/commits/41bab4a6e14682388f4021f2f51bc74bddcbe80e)) +- Scroll to selected account when opening account list menu ([#20166](https://github.com/MetaMask/metamask-extension/pull/20166)) ## [10.34.1] ### Fixed @@ -3861,7 +3868,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added the ability to restore accounts from seed words. [Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.34.2...HEAD -[10.34.1]: https://github.com/MetaMask/metamask-extension/compare/v10.34.1...v10.34.2 +[10.34.2]: https://github.com/MetaMask/metamask-extension/compare/v10.34.1...v10.34.2 [10.34.1]: https://github.com/MetaMask/metamask-extension/compare/v10.34.0...v10.34.1 [10.34.0]: https://github.com/MetaMask/metamask-extension/compare/v10.33.1...v10.34.0 [10.33.1]: https://github.com/MetaMask/metamask-extension/compare/v10.33.0...v10.33.1