Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jiexi committed Mar 12, 2024
1 parent 9124616 commit 3f37631
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [16.0.0]

### Uncategorized
### Removed

- **BREAKING:** Remove deprecated properties, networkChanged event, and offline send() net_version support ([#306](https://github.com/MetaMask/providers/pull/306))
- `window.ethereum.chainId` has been removed. Use the 'eth_chainId' RPC method instead.
- `window.ethereum.networkVersion` has been removed. Use the 'net_version' RPC method instead.
- `window.ethereum.selectedAddress` has been removed. Use the 'eth_accounts' RPC method instead.
- `networkChanged` event has been removed. The closest equivalent is the `chainChanged` event.
- `window.ethereum.send()` no longer resolves `net_version` offline (from cache)

## Changed

- Remove deprecated properties, networkChanged event, and offline send() net_version support ([#306](https://github.com/MetaMask/providers/pull/306))
- Enabling MetaMask security code scanner ([#297](https://github.com/MetaMask/providers/pull/297))
- Bump @metamask/json-rpc-engine from 7.3.2 to 7.3.3 ([#305](https://github.com/MetaMask/providers/pull/305))

## [15.0.0]
Expand Down

0 comments on commit 3f37631

Please sign in to comment.