Skip to content

Commit b3444fb

Browse files
committed
Update changelog
1 parent ee196cc commit b3444fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/composable-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Resolve incompatibility of `ChildControllerStateChangeEvents` type with `BaseController` (when used in the `Events` type argument of `ComposableControllerMessenger`) by removing unnecessary nested logic from definition ([#6904](https://github.com/MetaMask/core/pull/6904))
13+
- Also update generic parameter names `ControllerName` and `ControllerState` to `ChildControllerName`, `ChildControllerState` for reduced ambiguity.
14+
1015
## [11.1.0]
1116

1217
### Added

0 commit comments

Comments
 (0)