Skip to content

Commit f504d46

Browse files
committed
docs: Update changelog
1 parent eecc2a5 commit f504d46

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
- **BREAKING:** Use `InternalProvider` instead of `SafeEventEmitterProvider` ([#6796](https://github.com/MetaMask/core/pull/6796))
1316
- Wherever a `SafeEventEmitterProvider` was expected, an `InternalProvider` is now expected instead.
1417
- **BREAKING:** Stop retrying `undefined` results for methods that include a block tag parameter ([#7001](https://github.com/MetaMask/core/pull/7001))

0 commit comments

Comments
 (0)