From e5cf1f770da268cff995f4f4091ff349d7c21cf7 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Mon, 21 Aug 2023 17:43:09 -0230 Subject: [PATCH] Fix changelog for `@metamask/assets-controllers@v6` The changelog for `@metamask/assets-controllers@v6` included an incorrect entry, a breaking change that didn't actually exist. The referenced change only affected a test file within the `assets-controllers` package, and the real change in the `network-controller` package wasn't released until the v49 release. --- packages/assets-controllers/CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/assets-controllers/CHANGELOG.md b/packages/assets-controllers/CHANGELOG.md index a69463f46f..e2d24de9c5 100644 --- a/packages/assets-controllers/CHANGELOG.md +++ b/packages/assets-controllers/CHANGELOG.md @@ -131,7 +131,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [6.0.0] ### Changed - **BREAKING:** Create approval requests using `@metamask/approval-controller` ([#1166](https://github.com/MetaMask/core/pull/1166)) -- **BREAKING:** Make `setProviderType` async ([#1191](https://github.com/MetaMask/core/pull/1191)) ## [5.1.0] ### Added