Skip to content

Commit

Permalink
Add changelogs for prepare_claim_outputs()
Browse files Browse the repository at this point in the history
Signed-off-by: Tadeusz „tadzik” Sośnierz <[email protected]>
  • Loading branch information
Tadeusz „tadzik” Sośnierz committed Nov 16, 2023
1 parent ecd3c31 commit b63cfc1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions bindings/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- `Utils:verifyTransactionSemantic()`;
- `Account::prepare_claim_outputs()` method;

### Fixed

Expand Down
1 change: 1 addition & 0 deletions bindings/python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- `Utils:verify_transaction_semantic()`;
- `Account::prepare_claim_outputs()` method;

## 1.1.1 - 2023-10-31

Expand Down
6 changes: 6 additions & 0 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security -->

## Unreleased - 2023-MM-DD

### Added

- `Account::prepare_claim_outputs` method;

## 1.1.2 - 2023-10-26

### Added
Expand Down

0 comments on commit b63cfc1

Please sign in to comment.