We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 486b9e9 commit c222de5Copy full SHA for c222de5
packages/account-tree-controller/CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Changed
11
+
12
+- **BREAKING:** Properly removes "outdated" accounts from the `MultichainAccountService` ([#7038](https://github.com/MetaMask/core/pull/7038))
13
+ - The `MultichainAccountService:multichainAccountGroupUpdated` event is now required.
14
+ - This change will ensure that "disabled" accounts are not properly removed from the account tree too.
15
16
## [2.0.0]
17
18
### Changed
0 commit comments