Skip to content

Commit ae71891

Browse files
committed
Add changelog
1 parent e28567c commit ae71891

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/base-controller/CHANGELOG.md

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

1212
- Add experimental `next` export for testing upcoming breaking changes ([#6316](https://github.com/MetaMask/core/pull/6316))
1313
- Note that this should generally not be used, and further breaking changes may be made under this export without a corresponding major version bump for this package.
14+
- Changes:
15+
- Update `BaseController` type and constructor to require new `Messenger` from `@metamask/messenger` rather than `RestrictedMessenger` ([#6318](https://github.com/MetaMask/core/pull/6318))
16+
17+
### Changed
18+
19+
- Add dependency on `@metamask/messenger` ([#6318](https://github.com/MetaMask/core/pull/6318))
20+
- This is only used by the experimental `next` export for now.
1421

1522
## [8.1.0]
1623

0 commit comments

Comments
 (0)