From eb3aab4033725af0e547ba1de4977a77b7d7641c Mon Sep 17 00:00:00 2001 From: PeterYinusa Date: Thu, 5 Jan 2023 11:02:15 +0000 Subject: [PATCH] Merge remote-tracking branch 'origin/master' into Version-v10.24.0 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95acff6d0..d0648fab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -71,6 +71,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [FLASK] Fix a crash that happens after snap install ([#16526](https://github.com/MetaMask/metamask-extension/pull/16526)) - [FLASK] Fix usage of wrong `ethereum` global for `ethereum` endowment ([#16932](https://github.com/MetaMask/metamask-extension/pull/16932)) +## [10.23.2] +### Fixed +- Improve performance on signature request screens ([#17052](https://github.com/MetaMask/metamask-extension/pull/17052)) + ## [10.23.1] ### Fixed - Fix incorrectly displaying "New Contract" instead of the recipient address, on the header from the Confirmation page ([#16961](https://github.com/MetaMask/metamask-extension/pull/16961)) @@ -3407,6 +3411,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.24.0...HEAD [10.24.0]: https://github.com/MetaMask/metamask-extension/compare/v10.23.1...v10.24.0 +[10.23.2]: https://github.com/MetaMask/metamask-extension/compare/v10.23.1...v10.23.2 [10.23.1]: https://github.com/MetaMask/metamask-extension/compare/v10.23.0...v10.23.1 [10.23.0]: https://github.com/MetaMask/metamask-extension/compare/v10.22.3...v10.23.0 [10.22.3]: https://github.com/MetaMask/metamask-extension/compare/v10.22.2...v10.22.3