Skip to content

Commit

Permalink
Add changelog changes
Browse files Browse the repository at this point in the history
  • Loading branch information
OGPoyraz committed Sep 11, 2024
1 parent 59ed96b commit a882433
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/controller-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [11.3.0]

### Uncategorized
### Added

- feat: Add initial tracing to `SignatureController` ([#4655](https://github.com/MetaMask/core/pull/4655))
- Add export of tracing types ([#4655](https://github.com/MetaMask/core/pull/4655))

## [11.2.0]

Expand Down
8 changes: 5 additions & 3 deletions packages/signature-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [19.1.0]

### Uncategorized
### Changed

- feat: Add initial tracing to `SignatureController` ([#4655](https://github.com/MetaMask/core/pull/4655))
- Release 194.0.0 ([#4651](https://github.com/MetaMask/core/pull/4651))
- Add tracing infrastructure ([#4575](https://github.com/MetaMask/core/pull/4575))
- Add optional `trace` callback to constructor.
- Add optional `traceContext` option to `newUnsignedPersonalMessage` and `newUnsignedTypedMessage` methods.
- Add initial tracing of signature lifecycle.

## [19.0.0]

Expand Down
4 changes: 2 additions & 2 deletions packages/transaction-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [36.2.0]

### Uncategorized
### Changed

- feat: Add initial tracing to `SignatureController` ([#4655](https://github.com/MetaMask/core/pull/4655))
- Removed trace types from `TransactionController`, instead import them from `@metamask/controller-utils` ([#4655](https://github.com/MetaMask/core/pull/4655))

## [36.1.0]

Expand Down

0 comments on commit a882433

Please sign in to comment.