Skip to content

Commit 71591df

Browse files
committed
move CHANGELOG to unreleased section
Signed-off-by: emiliyank <e.kadiyski@gmail.com>
1 parent be8ca40 commit 71591df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
77
## [Unreleased]
88

99
### Added
10+
- Add `max_automatic_token_associations`, `staked_account_id`, `staked_node_id` and `decline_staking_reward` fields to `AccountUpdateTransaction` (#801)
11+
1012

1113
- Add example demonstrating usage of `CustomFeeLimit` in `examples/transaction/custom_fee_limit.py`
1214
- Added `.github/workflows/merge-conflict-bot.yml` to automatically detect and notify users of merge conflicts in Pull Requests.
@@ -52,12 +54,12 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
5254
- Added BatchTransaction class
5355
- Add support for token metadata (bytes, max 100 bytes) in `TokenCreateTransaction`, including a new `set_metadata` setter, example, and tests. [#799]
5456
- Added `examples/token_create_transaction_token_fee_schedule.py` to demonstrate creating tokens with custom fee schedules and the consequences of not having it.
57+
- Added `examples/token_create_transaction_supply_key.py` to demonstrate token creation with and without a supply key.
5558
- Added `examples/token_create_transaction_wipe_key.py` to demonstrate token wiping and the role of the wipe key.
5659
- Added `examples/account_allowance_approve_transaction_hbar.py` and `examples/account_allowance_delete_transaction_hbar.py`, deleted `examples/account_allowance_hbar.py`. [#775]
5760
- Added `docs\sdk_developers\training\receipts.md` as a training guide for users to understand hedera receipts.
5861
- Add `set_token_ids`, `_from_proto`, `_validate_checksum` to TokenAssociateTransaction [#795]
5962
- docs: added `network_and_client.md` with a table of contents, and added external example scripts (`client.py`).
60-
- Add `max_automatic_token_associations`, `staked_account_id`, `staked_node_id` and `decline_staking_reward` fields to `AccountUpdateTransaction` (#801)
6163

6264
### Changed
6365

0 commit comments

Comments
 (0)