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/keyring-api/CHANGELOG.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
-
### Changed
11
-
12
-
- Change `KeyringWrapper.capabilities` from a readonly property to a getter ([#447](https://github.com/MetaMask/accounts/pull/447))
13
-
- Allows subclasses to override and return capabilities dynamically based on runtime state.
14
-
15
10
### Added
16
11
17
12
- Add support for custom capabilities and entropy types in `KeyringV2` ([#415](https://github.com/MetaMask/accounts/pull/415))
@@ -24,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
19
25
20
### Changed
26
21
22
+
- Change `KeyringWrapper.capabilities` from a readonly property to a getter ([#447](https://github.com/MetaMask/accounts/pull/447))
23
+
- Allows subclasses to override and return capabilities dynamically based on runtime state.
27
24
- Refine `EthAddressStruct` in order to make it compatible with the `Hex` type from `@metamask/utils` ([#405](https://github.com/MetaMask/accounts/pull/405))
Copy file name to clipboardExpand all lines: packages/keyring-eth-qr/CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
-
### Changed
11
-
12
-
- Override `capabilities` getter in `QrKeyringV2` to return capabilities dynamically based on device mode ([#447](https://github.com/MetaMask/accounts/pull/447))
13
-
14
10
### Added
15
11
16
12
- Add `QrKeyringV2` class implementing `KeyringV2` interface ([#411](https://github.com/MetaMask/accounts/pull/411))
17
13
- Wraps legacy `QrKeyring` to expose accounts via the unified `KeyringV2` API and the `KeyringAccount` type.
18
14
- Extends `EthKeyringWrapper` for common Ethereum logic.
19
15
16
+
### Changed
17
+
18
+
- Override `capabilities` getter in `QrKeyringV2` to return capabilities dynamically based on device mode ([#447](https://github.com/MetaMask/accounts/pull/447))
0 commit comments