Skip to content

Commit 3a939d6

Browse files
authored
feat: Add new metadata properties to Notifications controllers (#6583)
## Explanation The new metadata properties `includeInStateLogs` and `usedInUi` have been added to all controllers maintained by the Notifications team. ## References * Fixes #6514 * Related to #6443 ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [ ] I've communicated my changes to consumers by [updating changelogs for packages I've changed](https://github.com/MetaMask/core/tree/main/docs/contributing.md#updating-changelogs), highlighting breaking changes as necessary - [ ] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes
1 parent a6941bc commit 3a939d6

File tree

5 files changed

+1150
-931
lines changed

5 files changed

+1150
-931
lines changed

packages/notification-services-controller/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Add two new controller state metadata properties: `includeInStateLogs` and `usedInUi` ([#6583](https://github.com/MetaMask/core/pull/6583))
13+
1014
## [18.1.0]
1115

1216
### Added

0 commit comments

Comments
 (0)