Skip to content

Commit a46f115

Browse files
committed
Update changelog for #3698
1 parent b41c44e commit a46f115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/base-controller/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [4.0.1]
1010
### Changed
11-
- Remove `subscribe` property from `BaseControllerV2` ([#3590](https://github.com/MetaMask/core/pull/3590))
12-
- This is non-breaking because previously it was set to `undefined`. Accessing it still gets the same result.
11+
- Deprecate `subscribe` property from `BaseControllerV2` ([#3590](https://github.com/MetaMask/core/pull/3590), [#3698](https://github.com/MetaMask/core/pull/3698))
12+
- This property was used to differentiate between `BaseControllerV1` and `BaseControllerV2` controllers. It is no longer used, so it has been marked as deprecated.
1313

1414
## [4.0.0]
1515
### Added

0 commit comments

Comments
 (0)