Skip to content

Commit 1cacda0

Browse files
committed
chore: fix changelog
1 parent 05cf84b commit 1cacda0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/keyring-api/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- Add `EthKeyringWrapper` abstract class for Ethereum-based `KeyringV2` implementations ([#404](https://github.com/MetaMask/accounts/pull/404))
1717
- Provides common Ethereum signing method routing (`submitRequest`) for all Ethereum-based keyrings.
1818
- Add `KeyringWrapper` base class to adapt legacy keyrings to `KeyringV2` ([#398](https://github.com/MetaMask/accounts/pull/398)), ([#410](https://github.com/MetaMask/accounts/pull/410))
19-
- Add `KeyringVersion` enum and required `versions` field to `KeyringCapabilities` ([#TODO](https://github.com/MetaMask/accounts/pull/TODO))
19+
- Add `KeyringVersion` enum and required `versions` field to `KeyringCapabilities` ([#439](https://github.com/MetaMask/accounts/pull/439))
2020
- `KeyringVersion` enum represents keyring API versions: `V1 = 1`, `V2 = 2`.
2121
- Keyrings must now declare which API versions they support via the `versions` field.
2222
- The `versions` field is a non-empty array of `KeyringVersion` values.

0 commit comments

Comments
 (0)