Skip to content

Commit 714aa5c

Browse files
committed
chore: update changelog
1 parent 9468626 commit 714aa5c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

packages/keyring-api/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
- Add `bip44:derive-index-range` constructor for `createAccounts` ([#451](https://github.com/MetaMask/accounts/pull/451))
13-
- This new option allows keyrings to derive multiple accounts at once by specifying a range of BIP-44 indices.
12+
- Add support for account derivations using range of indices in `KeyringV2` ([#451](https://github.com/MetaMask/accounts/pull/451))
13+
- Add `bip44:derive-index-range` capability to `KeyringCapabilities`.
14+
- Add `AccountCreationType.Bip44DeriveIndexRange` and `CreateAccountBip44DeriveIndexRangeOptions`.
1415
- Add support for custom capabilities and entropy types in `KeyringV2` ([#415](https://github.com/MetaMask/accounts/pull/415))
1516
- Add `custom` capability to `KeyringCapabilities` for keyrings with non-standard `createAccounts` method.
1617
- Add `KeyringAccountEntropyTypeOption.Custom` for custom/opaque entropy sources.

0 commit comments

Comments
 (0)