Skip to content

Commit 7b7535f

Browse files
committed
docs: moved section
1 parent 6999403 commit 7b7535f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

packages/gator-permissions-controller/CHANGELOG.md

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

1010
## [0.3.0]
1111

12+
### Added
13+
14+
- Add `submitRevocation` action to submit permission revocations through the gator permissions provider snap
15+
- Add `addPendingRevocation` action to queue revocations until transaction confirmation
16+
1217
### Changed
1318

1419
- **BREAKING:** Use new `Messenger` from `@metamask/messenger` ([#6461](https://github.com/MetaMask/core/pull/6461))
1520
- Previously, `GatorPermissionsController` accepted a `RestrictedMessenger` instance from `@metamask/base-controller`.
1621
- **BREAKING:** Metadata property `anonymous` renamed to `includeInDebugSnapshot` ([#6461](https://github.com/MetaMask/core/pull/6461))
1722
- Bump `@metamask/base-controller` from `^8.4.2` to `^9.0.0` ([#6962](https://github.com/MetaMask/core/pull/6962))
1823

19-
### Added
20-
21-
- Add `submitRevocation` action to submit permission revocations through the gator permissions provider snap
22-
- New `RevocationParams` type with `delegationHash` field
23-
- New `GatorPermissionsControllerSubmitRevocationAction` action type
24-
- Supports `permissionsProvider_submitRevocation` RPC method
25-
2624
## [0.2.2]
2725

2826
### Changed

0 commit comments

Comments
 (0)