Skip to content

Commit 449874e

Browse files
committed
changelog
Signed-off-by: Nadine Loepfe <[email protected]>
1 parent b872368 commit 449874e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
1010
- docs: Add Google-style docstrings to `TokenId` class and its methods in `token_id.py`.
1111
- added Google-style docstrings to the `TransactionRecord` class including all dataclass fields, `__repr__`, `_from_proto()` & `_to_proto()` methods.
1212
- Standardized docstrings, improved error handling, and updated type hinting (`str | None` to `Optional[str]`) for the `FileId` class (#652).
13-
1413
- Add Google-style docstrings to `AccountInfo` class and its methods in `account_info.py`.
1514
- Added comprehensive Google-style docstrings to the `Logger` class and all utility functions in `src/hiero_sdk_python/logger/logger.py` (#639).
1615
- add AccountRecordsQuery class
@@ -27,9 +26,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
2726
- chore: Update env.example NETWORK to encourage testnet or local usage (#659)
2827
- chore: fix type hint for TokenCancelAirdropTransaction pending_airdrops parameter
2928
- chore: Moved documentation file `common_issues.md` from `examples/sdk_developers/` to `docs/sdk_developers/` for unified documentation management (#516).
30-
3129
- chore: Refactored the script of examples/custom_fee.py into modular functions
32-
3330
- fix: Replaced `collections.namedtuple` with `typing.NamedTuple` in `client.py` for improved type checking.
3431
- chore: Refactored examples/custom_fee.py into three separate example files.
3532
- Expanded `docs/sdk_developers/checklist.md` with a self-review guide for all pull request submission requirements (#645).
@@ -38,13 +35,12 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
3835
- chore: changed the file names of airdrop examples, classes, unit and integration tests so they are grouped together. (#631)
3936

4037
### Fixed
41-
4238
- Added explicit read permissions to examples.yml (#623)
4339
- Removed deprecated Logger.warn() method and legacy parameter swap logic from get_logger() (#673).
4440
- Improved type hinting in `file_append_transaction.py` to resolve 'mypy --strict` errors. ([#495](https://github.com/hiero-ledger/hiero-sdk-python/issues/495))
4541
- fix: Resolve `__eq__` type conflict in `CustomFee` class (#627)
4642
- Fixes a type conflict in `token_id.py` where `from_string` could receive `None`, preventing a runtime error by raising a `ValueError` if the input is missing. #630
47-
43+
- Dependabot alerts (version bumps)
4844

4945
### Breaking Changes
5046
- chore: changed the file names airdrop classes (#631)

0 commit comments

Comments
 (0)