You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
14
14
- Add Google-style docstrings to `AccountInfo` class and its methods in `account_info.py`.
15
15
- Added comprehensive Google-style docstrings to the `Logger` class and all utility functions in `src/hiero_sdk_python/logger/logger.py` (#639).
16
16
- add AccountRecordsQuery class
17
+
- chore: added python 3.13 to test.yml workflow (#510, #449)
17
18
- Transaction bytes serialization support: `Transaction.freeze()`, `Transaction.to_bytes()`, and `Transaction.from_bytes()` methods for offline signing and transaction storage
18
19
- docs: Add Google-style docstrings to `ContractId` class and methods in `contract_id.py`.
19
20
- Added TokenUnpauseTransaction class
@@ -25,6 +26,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
25
26
- chore: validate that token airdrop transactions require an available token service on the channel (#632)
26
27
- chore: update local environment configuration in env.example (#649)
27
28
- chore: Update env.example NETWORK to encourage testnet or local usage (#659)
29
+
- chore: updated pyproject.toml with python 3.10 to 3.13 (#510, #449)
28
30
- chore: fix type hint for TokenCancelAirdropTransaction pending_airdrops parameter
29
31
- chore: Moved documentation file `common_issues.md` from `examples/sdk_developers/` to `docs/sdk_developers/` for unified documentation management (#516).
30
32
- chore: Refactored the script of examples/custom_fee.py into modular functions
@@ -73,6 +75,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
73
75
- docs: workflow.md documenting key steps to creating a pull request (#605)
74
76
- Added `docs/discord.md` explaining how to join and navigate the Hiero community Discord (#614).
75
77
78
+
76
79
### Changed
77
80
78
81
- Added direct links to Python SDK channel in Linux Foundation Decentralized Trust Discord back in
0 commit comments