From 864507ed8bf8b1684c436f2de526dc25079ade76 Mon Sep 17 00:00:00 2001 From: Jiexi Luan Date: Mon, 9 Sep 2024 08:37:02 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d159d777..8f810272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [17.2.0] -### Uncategorized +### Changed -- Remove deprecated properties warning ([#360](https://github.com/MetaMask/providers/pull/360)) - Bump @metamask/utils from 9.1.0 to 9.2.1 ([#357](https://github.com/MetaMask/providers/pull/357)) - Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group ([#359](https://github.com/MetaMask/providers/pull/359)) +### Removed + +- Remove deprecation console warnings when accessing `window.ethereum.chainId`, `window.ethereum.networkVersion`, and `window.ethereum.selectedAddress` ([#360](https://github.com/MetaMask/providers/pull/360)) + ## [17.1.2] ### Added