Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update v28.0.0 changelog
Browse files Browse the repository at this point in the history
Gudahtt committed Apr 13, 2022
1 parent eb8395b commit 750d3c1
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,17 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## [28.0.0]
### Uncategorized
- Added GrantPermissions action to PermissionsController ([#780](https://github.com/MetaMask/controllers/pull/780))
- Use `github.sha` for publish jobs ([#776](https://github.com/MetaMask/controllers/pull/776))
- Fix typo in TransactionController.ts ([#775](https://github.com/MetaMask/controllers/pull/775))
- Add npm publish ([#737](https://github.com/MetaMask/controllers/pull/737))
- BREAKING: Rename NotificationController to AnnouncementController ([#697](https://github.com/MetaMask/controllers/pull/697))
### Added
- Add GrantPermissions action to PermissionsController ([#780](https://github.com/MetaMask/controllers/pull/780))
- Add `PermissionController.revokePermissionForAllSubjects` action ([#764](https://github.com/MetaMask/controllers/pull/764))
- @lavamoat/allow-scripts@2.0.2 ([#766](https://github.com/MetaMask/controllers/pull/766))
- Fix inclusion of module-augmenting .d.ts's ([#761](https://github.com/MetaMask/controllers/pull/761))
- Improve support for backfilling types via .d.ts's ([#732](https://github.com/MetaMask/controllers/pull/732))
- Copy .gitattributes from template repo ([#760](https://github.com/MetaMask/controllers/pull/760))

### Changed
- **BREAKING:** Rename NotificationController to AnnouncementController ([#697](https://github.com/MetaMask/controllers/pull/697))
- The `NotificationController` class is now `AnnouncementController`.
- The controller `notifications` state has been renamed to `announcements`.
- All other exported types including the word "notification" have been updated to use the word "announcement" instead.

## [27.1.1]
### Fixed

0 comments on commit 750d3c1

Please sign in to comment.