Skip to content

Commit 7ad33d9

Browse files
committed
update changelog and readme
1 parent 71a5f2e commit 7ad33d9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ linkStyle default opacity:0.5
216216
earn_controller --> transaction_controller;
217217
eip_5792_middleware --> transaction_controller;
218218
eip_5792_middleware --> keyring_controller;
219+
eip_7702_internal_rpc_middleware --> controller_utils;
219220
eip1193_permission_middleware --> chain_agnostic_permission;
220221
eip1193_permission_middleware --> controller_utils;
221222
eip1193_permission_middleware --> json_rpc_engine;

packages/keyring-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10+
### Changed
11+
12+
- **BREAKING:** Use new `Messenger` from `@metamask/messenger` ([#6370](https://github.com/MetaMask/core/pull/6370))
13+
- Previously, `KeyringController` accepted a `RestrictedMessenger` instance from `@metamask/base-controller`.
14+
- **BREAKING:** Metadata property `anonymous` renamed to `includeInDebugSnapshot` ([#6370](https://github.com/MetaMask/core/pull/6370))
15+
1016
## [23.2.0]
1117

1218
### Added
@@ -16,8 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1622

1723
### Changed
1824

19-
- **BREAKING:** Use new `Messenger` from `@metamask/messenger` ([#6370](https://github.com/MetaMask/core/pull/6370))
20-
- Previously, `KeyringController` accepted a `RestrictedMessenger` instance from `@metamask/base-controller`.
2125
- Bump `@metamask/base-controller` from `^8.4.1` to `^8.4.2` ([#6917](https://github.com/MetaMask/core/pull/6917))
2226

2327
## [23.1.1]

0 commit comments

Comments
 (0)