Commit 909f202
authored
fix: fix assets controllers changelog (#7990)
## Explanation
PR to fix assets controller changelog.
I had this PR that introduced a breaking change:
https://github.com/MetaMask/core/pull/7923/changes#diff-ee47d03d53776b8dd530799a8047f5e32e36e35765620aeb50b294adc3339fab
Somehow when my PR got merged in this commit
[30f0614](30f0614)
The commit shows my breaking changed under [99.4.0] that was released
here:
https://github.com/MetaMask/core/pull/7944/changes#diff-ee47d03d53776b8dd530799a8047f5e32e36e35765620aeb50b294adc3339fab
## References
<!--
Are there any issues that this pull request is tied to?
Are there other links that reviewers should consult to understand these
changes better?
Are there client or consumer pull requests to adopt any breaking
changes?
For example:
* Fixes #12345
* Related to #67890
-->
## Checklist
- [ ] I've updated the test suite for new or updated code as appropriate
- [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [ ] I've communicated my changes to consumers by [updating changelogs
for packages I've
changed](https://github.com/MetaMask/core/tree/main/docs/processes/updating-changelogs.md)
- [ ] I've introduced [breaking
changes](https://github.com/MetaMask/core/tree/main/docs/processes/breaking-changes.md)
in this PR and have prepared draft pull requests for clients and
consumer packages to resolve them
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Documentation-only change that reorders changelog entries; no
behavioral, API, or dependency changes are introduced in code.
>
> **Overview**
> Moves the Blockaid token security scanning entry (including the
**BREAKING** `MultichainAssetsControllerMessenger` action requirement)
and the `@metamask/phishing-controller` /
`@metamask/network-enablement-controller` bump notes into the
`Unreleased` section of `packages/assets-controllers/CHANGELOG.md`,
correcting their previous placement under `99.4.0`. No runtime code
changes.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
7ab593b. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent 6e52424 commit 909f202
1 file changed
+10
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 10 | | |
18 | 11 | | |
19 | 12 | | |
| |||
24 | 17 | | |
25 | 18 | | |
26 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
0 commit comments