From fdc22247bebba4ee873f6e80e19281a56df27791 Mon Sep 17 00:00:00 2001 From: Dan J Miller Date: Tue, 1 Aug 2023 20:37:16 -0230 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Mark Stacey --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97a336d0b..c3b398cc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Scroll to selected account when opening account list menu ([#20166](https://github.com/MetaMask/metamask-extension/pull/20166)) - Remove fallback phishing warning configuration ([#20327](https://github.com/MetaMask/metamask-extension/pull/20327)) - The phishing warning feature will no longer function if the wallet is unable to receive configuration updates. Previously a fallback config was used in this case, but we found that it was too outdated to be helpful and it caused many problems for users. +- Improved UI for downloading state logs on Chromium-based browsers ([#19872](https://github.com/MetaMask/metamask-extension/pull/19872)) + - We now use a file picker to let you select the download location, rather than saving the state logs in your downloads folder. ### Fixed - Fixed bug that could cause loss of network or token data for users upgrading from old versions ([#20276](https://github.com/MetaMask/metamask-extension/pull/20276))