Skip to content

Commit b324d9b

Browse files
chore: fix transaction controller changelog (#5916)
## Explanation Move entry to correct release. ## References ## Checklist - [x] I've updated the test suite for new or updated code as appropriate - [x] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [x] I've communicated my changes to consumers by [updating changelogs for packages I've changed](https://github.com/MetaMask/core/tree/main/docs/contributing.md#updating-changelogs), highlighting breaking changes as necessary - [x] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes
1 parent b149f01 commit b324d9b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/transaction-controller/CHANGELOG.md

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

1212
- Add `gas` property to `TransactionBatchMeta`, populated using simulation API ([#5852](https://github.com/MetaMask/core/pull/5852))
1313

14+
### Changed
15+
16+
- Include gas limit and gas fees in simulation requests ([#5754](https://github.com/MetaMask/core/pull/5754))
17+
- Add optional `fee` property to `GasFeeToken`.
18+
1419
## [57.0.0]
1520

1621
### Changed
@@ -28,11 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2833
- Add `transactionBatches` array to state.
2934
- Add `TransactionBatchMeta` type.
3035

31-
### Changed
32-
33-
- Include gas limit and gas fees in simulation requests ([#5754](https://github.com/MetaMask/core/pull/5754))
34-
- Add optional `fee` property to `GasFeeToken`.
35-
3636
### Fixed
3737

3838
- Support leading zeroes in `authorizationList` properties ([#5830](https://github.com/MetaMask/core/pull/5830))

0 commit comments

Comments
 (0)