Skip to content

Commit b5ba681

Browse files
committed
Merge branch 'feat/add-batch-transaction-approval-type' into feat/add-estimate-gas-batch-transaction
2 parents 053ab21 + 559651c commit b5ba681

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/transaction-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [56.2.0]
11-
1210
### Added
1311

1412
- Add optional approval request when calling `addTransactionBatch` ([#5793](https://github.com/MetaMask/core/pull/5793))
1513
- Add `transactionBatches` array to state.
1614
- Add `TransactionBatchMeta` type.
1715
- Add `addBatchMetadata` to store batch metadata and `wipeTransactionBatches` to clean up state after batch hook completion.
16+
17+
## [56.2.0]
18+
19+
### Added
20+
1821
- Add sequential batch support when `publishBatchHook` is not defined ([#5762](https://github.com/MetaMask/core/pull/5762))
1922

2023
### Fixed

0 commit comments

Comments
 (0)