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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,21 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
9
9
### Added
10
10
11
11
- Add Google-style docstrings to `AccountInfo` class and its methods in `account_info.py`.
12
-
12
+
- Added comprehensive Google-style docstrings to the `Logger` class and all utility functions in `src/hiero_sdk_python/logger/logger.py` (#639).
13
13
- add AccountRecordsQuery class
14
14
15
-
### Changed
15
+
- docs: Add Google-style docstrings to `ContractId` class and methods in `contract_id.py`.
16
16
17
+
### Changed
18
+
- chore: validate that token airdrop transactions require an available token service on the channel (#632)
19
+
- chore: update local environment configuration in env.example (#649)
17
20
- chore: fix type hint for TokenCancelAirdropTransaction pending_airdrops parameter
18
21
- chore: Moved documentation file `common_issues.md` from `examples/sdk_developers/` to `docs/sdk_developers/` for unified documentation management (#516).
19
22
20
23
### Fixed
21
24
22
25
- Added explicit read permissions to examples.yml (#623)
26
+
- Improved type hinting in `file_append_transaction.py` to resolve 'mypy --strict` errors. ([#495](https://github.com/hiero-ledger/hiero-sdk-python/issues/495))
0 commit comments