Skip to content

Commit 7194e8d

Browse files
committed
chore: changelog
1 parent 261f29c commit 7194e8d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/keyring-controller/CHANGELOG.md

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

1010
### Added
1111

12-
- Add `withController` method for atomically adding and removing keyrings within a single transaction, via a `RestrictedController` object with `addNewKeyring` and `removeKeyring`
12+
- Add `withController` action to run atomic operations on multiple keyrings (within a single transaction) ([#8416](https://github.com/MetaMask/core/pull/8416))
13+
- This action takes a subset of the controllr (a `RestrictedController` object) that exposes `addNewKeyring` and `removeKeyring` methods to add and remove keyring during that transaction call.
1314

1415
### Changed
1516

0 commit comments

Comments
 (0)