Skip to content

Commit 12877c0

Browse files
committed
docs: Update changelog
1 parent d1d41e0 commit 12877c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- **BREAKING:** Replace `SafeEventEmitterProvider` with `InternalProvider` ([#6796](https://github.com/MetaMask/core/pull/6796))
1313
- The new class is behaviorally equivalent to the previous version except it does not extend `SafeEventEmitter`.
1414
- `SafeEventEmitterProvider` is for now still exported as a deprecated alias of `InternalProvider` for backwards compatibility.
15+
- Support constructing `InternalProvider` with a `JsonRpcServer` instance ([#7001](https://github.com/MetaMask/core/pull/7001))
16+
- The `rpcHandler` constructor option accepts either a `JsonRpcServer` or a legacy `JsonRpcEngine`. It is mutually exclusive with the `engine` option.
1517

1618
## [5.0.1]
1719

0 commit comments

Comments
 (0)