From 17bb4b67d47ce2358f196ceb4ac060cd1bd1c493 Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Mon, 16 Sep 2024 14:52:16 +0200 Subject: [PATCH] Add changelog entry for #4707 --- packages/profile-sync-controller/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/profile-sync-controller/CHANGELOG.md b/packages/profile-sync-controller/CHANGELOG.md index cc9460b4d0..95acfab30f 100644 --- a/packages/profile-sync-controller/CHANGELOG.md +++ b/packages/profile-sync-controller/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add network synchronisation logic ([#4694](https://github.com/MetaMask/core/pull/4694), [#4687](https://github.com/MetaMask/core/pull/4687), [#4685](https://github.com/MetaMask/core/pull/4685), [#4684](https://github.com/MetaMask/core/pull/4684)) - Add a `canSync` check for account synchronisation ([#4690](https://github.com/MetaMask/core/pull/4690)) +- Add `onAccountAdded` and `onAccountNameUpdated` events to `UserStorageController` ([#4707](https://github.com/MetaMask/core/pull/4707)) ### Changed