From bae279b79e3cbc7b38d7682f8c077d7247a7149c Mon Sep 17 00:00:00 2001 From: Dan J Miller Date: Tue, 13 Jun 2023 09:05:08 -0230 Subject: [PATCH] Update flask entry in changelog, for v10.32.0 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a9897e3d..e628cdcbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add reveal UI to export private key flow ([#18170](https://github.com/MetaMask/metamask-extension/pull/18170)) ### Changed -- [FLASK] `snaps-monorepo@0.33.1-flask.1` ([#18913](https://github.com/MetaMask/metamask-extension/pull/18913)) +- [FLASK] **BREAKING:** Block `wallet_requestPermissions` (#18913) +- [FLASK] Fix issues with installing specific versions of snaps (#18913) ### Fixed - [FLASK] Fix an issue with submitting an empty Snaps UI prompt (#19227)