Skip to content

Commit 6c5aaf8

Browse files
committed
Merge remote-tracking branch 'origin/release/20.0.0' into release/20.0.0
2 parents 142a885 + ff60b62 commit 6c5aaf8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

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

1212
### Changed
1313

14-
- **BREAKING**: `isConnected` that is now expected in the result of `metamask_getProviderState` and `metamask_chainChanged` events ([#404](https://github.com/MetaMask/providers/pull/404))
15-
- **BREAKING**: Interprets the provider's `networkVersion` value of `loading` to be null and for the `networkChanged` event to emit a null value ([#404](https://github.com/MetaMask/providers/pull/404))
16-
- **BREAKING**: Replaces the disconnect event/behavior when receiving the `loading` value for `networkVersion` with a check against `isConnected` instead ([#404](https://github.com/MetaMask/providers/pull/404))
14+
- **BREAKING**: An `isConnected` boolean property is now expected in the result of `metamask_getProviderState` and `metamask_chainChanged` events ([#404](https://github.com/MetaMask/providers/pull/404))
15+
- **BREAKING**: A `networkVersion` value of `loading` received by the `chainChanged` event handler is now interpreted to be null. In this case, the `networkChanged` event emits a null value as well. ([#404](https://github.com/MetaMask/providers/pull/404))
16+
- **BREAKING**: The disconnect event is now tied to the new `isConnected` property instead of the `networkVersion` property. ([#404](https://github.com/MetaMask/providers/pull/404))
1717

1818
## [19.0.0]
1919

0 commit comments

Comments
 (0)