Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [4.0.0] - 2020-11-03

### Added

- Add `ApprovalController` ([#289](https://github.com/MetaMask/controllers/pull/289))

### Changed

- **BREAKING:** Remove `NetworkStatusController` ([#298](https://github.com/MetaMask/controllers/pull/298))

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: There is a Removed header for just this purpose 😅

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TIL 😅

Next time!

- Allow configuring `CurrencyController` to always fetch USD rate ([#292](https://github.com/MetaMask/controllers/pull/292))

## [3.2.0] - 2020-10-21

### Added
Expand DownExpand Up@@ -77,7 +88,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- Remove shapeshift controller (#209)

[Unreleased]:https://github.com/MetaMask/controllers/compare/v3.2.0...HEAD
[Unreleased]:https://github.com/MetaMask/controllers/compare/v4.0.0...HEAD
[4.0.0]:https://github.com/MetaMask/controllers/compare/v3.2.0...v4.0.0
[3.2.0]:https://github.com/MetaMask/controllers/compare/v3.1.0...v3.2.0
[3.1.0]:https://github.com/MetaMask/controllers/compare/v3.0.1...v3.1.0
[3.0.1]:https://github.com/MetaMask/controllers/compare/v3.0.0...v3.0.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/controllers",
"version": "3.2.0",
"version": "4.0.0",
"description": "Collection of platform-agnostic modules for creating secure data models for cryptocurrency wallets",
"license": "MIT",
"files": [
Expand Down