From 6781f3b482fcfe89f3219960e74f8671131538de Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Wed, 21 Aug 2024 17:01:52 -0230 Subject: [PATCH] chore: Update changelog for v12.0.6 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 699da911bba2..08b1b4ad4699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [12.0.6] +### Changed +- Improve error diagnostics ([#26482](https://github.com/MetaMask/metamask-extension/pull/26482)) + +### Fixed +- Fix errors in error diagnistics on Firefox ([#26467](https://github.com/MetaMask/metamask-extension/pull/26467)) +- Prevent pending transactions from causing excessive disk space usage ([#26485](https://github.com/MetaMask/metamask-extension/pull/26485)) + - This is a repeat of the fix included in v12.0.1; it wasn't working for all users, but it should now. +- Prevent UI crash while signature confirmation is closing ([#26248](https://github.com/MetaMask/metamask-extension/pull/26248)) ## [12.0.5] ### Fixed