Skip to content

Commit f6e931d

Browse files
committed
chore: update changelog 0.1.7
Signed-off-by: exploreriii <133720349+exploreriii@users.noreply.github.com>
1 parent b912745 commit f6e931d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
2222

2323
### Changed
2424
- chore: validate that token airdrop transactions require an available token service on the channel (#632)
25+
<<<<<<< HEAD
2526
- chore: update local environment configuration in env.example (#649)
2627
- chore: Update env.example NETWORK to encourage testnet or local usage (#659)
28+
- chore: updated pyproject.toml with python 3.10 to 3.13 (#510, #449)
2729
- chore: fix type hint for TokenCancelAirdropTransaction pending_airdrops parameter
2830
- chore: Moved documentation file `common_issues.md` from `examples/sdk_developers/` to `docs/sdk_developers/` for unified documentation management (#516).
2931

@@ -70,6 +72,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
7072
- docs: workflow.md documenting key steps to creating a pull request (#605)
7173
- Added `docs/discord.md` explaining how to join and navigate the Hiero community Discord (#614).
7274

75+
7376
### Changed
7477

7578
- Added direct links to Python SDK channel in Linux Foundation Decentralized Trust Discord back in
@@ -90,7 +93,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
9093
- Converted monolithic function in `token_create_nft_infinite.py` to multiple modular functions for better structure and ease.
9194
- docs: Use relative paths for internal GitHub links (#560).
9295
- Update pyproject.toml maintainers list.
93-
– docs: Updated README.md/CHANGELOG.md and added blog.md, bud.md and setup.md (#474)
96+
– docs: Updated README.md/CHANGELOG.md and added blog.md, bud.md and setup.md (#474)
9497
- renamed docs/sdk_developers/changelog.md to docs/sdk_developers/changelog_entry.md for clarity.
9598
- Refactor `query_balance.py` into modular, reusable functions with `setup_client()`, `create_account()`, `get_balance()`, `transfer_hbars()`, and `main()` for improved readability, maintainability, and error handling.
9699
- Unified balance and transfer logging format — both now consistently display values in hbars for clarity.

0 commit comments

Comments
 (0)