We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 053ab21 + 559651c commit b5ba681Copy full SHA for b5ba681
packages/transaction-controller/CHANGELOG.md
@@ -7,14 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
-## [56.2.0]
11
-
12
### Added
13
14
- Add optional approval request when calling `addTransactionBatch` ([#5793](https://github.com/MetaMask/core/pull/5793))
15
- Add `transactionBatches` array to state.
16
- Add `TransactionBatchMeta` type.
17
- Add `addBatchMetadata` to store batch metadata and `wipeTransactionBatches` to clean up state after batch hook completion.
+
+## [56.2.0]
18
19
+### Added
20
21
- Add sequential batch support when `publishBatchHook` is not defined ([#5762](https://github.com/MetaMask/core/pull/5762))
22
23
### Fixed
0 commit comments