Skip to content

Commit 6112020

Browse files
committed
fix changelog validation
1 parent 5f563b5 commit 6112020

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/keyring-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10+
### Added
11+
12+
- Added optional `SupportedKeyDerivationOptions` type parameter to the `ExportableKeyEncryptor` type ([#5963](https://github.com/MetaMask/core/pull/5963))
13+
- This type parameter allows specifying the key derivation options supported by the injected encryptor.
14+
1015
### Changed
1116

1217
- **BREAKING:** The `cacheEncryptionKey` parameter has been removed from the `KeyringController` constructor options ([#5963](https://github.com/MetaMask/core/pull/5963))
@@ -15,11 +20,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1520
- The encryption salt is now always taken from the vault.
1621
- **BREAKING:** The `KeyringController` constructor now requries an encryptor supporting the `keyFromPassword`, `exportKey` and `generateSalt` methods ([#5963](https://github.com/MetaMask/core/pull/5963))
1722

18-
### Added
19-
20-
- Added optional `SupportedKeyDerivationOptions` type parameter to the `ExportableKeyEncryptor` type ([#5963](https://github.com/MetaMask/core/pull/5963))
21-
- This type parameter allows specifying the key derivation options supported by the injected encryptor.
22-
2323
## [22.0.2]
2424

2525
### Fixed

0 commit comments

Comments
 (0)