Skip to content

Commit cf32da1

Browse files
committed
docs: Update network-controller/CHANGELOG.md
1 parent 546952f commit cf32da1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/network-controller/CHANGELOG.md

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

1212
- **BREAKING:** Use `InternalProvider` instead of `SafeEventEmitterProvider` ([#6796](https://github.com/MetaMask/core/pull/6796))
1313
- Providers accessible either via network clients or global proxies no longer emit events (or inherit from EventEmitter, for that matter).
14+
- **BREAKING:** Migrate `NetworkClient` to `JsonRpcEngineV2` ([#6976](https://github.com/MetaMask/core/pull/6976))
15+
- This ought to be unobservable, but we mark it as breaking out of an abundance of caution.
1416
- **BREAKING:** Stop retrying `undefined` results for methods that include a block tag parameter ([#7001](https://github.com/MetaMask/core/pull/7001))
1517
- The network client middleware, via `@metamask/eth-json-rpc-middleware`, will now throw an error if it encounters an
1618
`undefined` result when dispatching a request with a later block number than the originally requested block number.

0 commit comments

Comments
 (0)