From 3f37631976f3b5f27dc13799b759da9c712c38ea Mon Sep 17 00:00:00 2001 From: Jiexi Luan Date: Tue, 12 Mar 2024 15:15:19 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f962b39..cdcf59e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]