Skip to content

Commit 8b99e38

Browse files
committed
update CHANGELOG
1 parent 162456f commit 8b99e38

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

packages/phishing-controller/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Expose missing public `PhishingController` methods through its messenger ([#8269](https://github.com/MetaMask/core/pull/8269))
13+
- The following actions are now available:
14+
- `PhishingController:bypass`
15+
- `PhishingController:isBlockedRequest`
16+
- `PhishingController:scanUrl`
17+
- Corresponding action types (e.g. `PhishingControllerBypassAction`) are available as well.
18+
1019
### Changed
1120

21+
- Deprecate action types in favor of `PhishingController...Action` types ([#8269](https://github.com/MetaMask/core/pull/8269))
22+
- The following action types have been renamed:
23+
- `TestOrigin` is now `PhishingControllerTestAction`.
24+
- `MaybeUpdateState` is now `PhishingControllerMaybeUpdateStateAction`.
25+
- The old types are still exported but are now marked as deprecated and will
26+
be removed in a future release.
1227
- Bump `@metamask/transaction-controller` from `^62.17.0` to `^62.22.0` ([#7996](https://github.com/MetaMask/core/pull/7996), [#8005](https://github.com/MetaMask/core/pull/8005), [#8031](https://github.com/MetaMask/core/pull/8031), [#8104](https://github.com/MetaMask/core/pull/8104), [#8140](https://github.com/MetaMask/core/pull/8140), [#8217](https://github.com/MetaMask/core/pull/8217))
1328
- Bump `@metamask/controller-utils` from `^11.18.0` to `^11.19.0` ([#7995](https://github.com/MetaMask/core/pull/7995))
1429

0 commit comments

Comments
 (0)