Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex6323 committed Jun 26, 2023
1 parent f310f1c commit 6f0a150
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changes/account-native-token.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"wallet-nodejs-binding": patch
---

Rename `Account::mintNativeToken` to `createNativeToken`, `Account::increaseNativeTokenSupply` to `mintNativeToken`, `Account::decreaseNativeTokenSupply` to `meltNativeToken`;
1 change: 1 addition & 0 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Use concrete ID types instead of String in HTTP responses;
- `Client::get_outputs_metadata_ignore_errors` returns `OutputMetadata` instead of DTO;
- `ClientInner::get_output_metadata` returns `OutputMetadata` instead of DTO;
- Rename `MintNativeToken` to `CreateNativeToken`, `IncreaseNativeTokenSupply` to `MintNativeToken`, `DecreaseNativeTokenSupply` to `MeltNativeToken`;

### Removed

Expand Down

0 comments on commit 6f0a150

Please sign in to comment.