Skip to content

Commit 2e551e2

Browse files
committed
Update CHANGELOG
1 parent 3b50a63 commit 2e551e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/composable-controller/CHANGELOG.md

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

1717
- Throws an error if a non-controller is passed into the `controllers` constructor option ([#3904](https://github.com/MetaMask/core/pull/3904))
1818

19+
### Removed
20+
21+
- **BREAKING:** The `AllowedActions` parameter of the `ComposableControllerMessenger` type is narrowed from `string` to `never`, as `ComposableController` does not use any external controller actions. ([#3904](https://github.com/MetaMask/core/pull/3904))
22+
1923
## [5.0.1]
2024

2125
### Changed

0 commit comments

Comments
 (0)