You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/phishing-controller/CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [1.1.2]
10
+
### Fixed
11
+
- Create a Set from `metamaskConfig.blocklist` in the `PhishingController`. Use a `Set` + `has` method instead of `includes` in array ([#1086](https://github.com/MetaMask/core/pull/1086))
9
12
## [1.1.1]
10
13
### Changed
11
14
- Rename this repository to `core` ([#1031](https://github.com/MetaMask/controllers/pull/1031))
@@ -28,7 +31,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
31
29
32
All changes listed after this point were applied to this package following the monorepo conversion.
0 commit comments