Skip to content

Commit df7ff54

Browse files
committed
docs: Update changelog
1 parent b3b7bcb commit df7ff54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/eth-json-rpc-middleware/CHANGELOG.md

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

1010
### Changed
1111

12+
- **BREAKING:** Migrate to `JsonRpcEngineV2` ([#6976](https://github.com/MetaMask/core/pull/6976))
13+
- Migrates all middleware from `JsonRpcEngine` to `JsonRpcEngineV2`.
14+
- To continue using this package with the legacy `JsonRpcEngine`, use the `asLegacyMiddleware` backwards compatibility function.
1215
- Migrate all uses of `interface` to `type` ([#6885](https://github.com/MetaMask/core/pull/6885))
1316

1417
## [21.0.0]

0 commit comments

Comments
 (0)