Skip to content

Commit c6a10bd

Browse files
committed
changelog
Signed-off-by: Nadine Loepfe <[email protected]>
1 parent 212aa42 commit c6a10bd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
88

99
### Added
1010
- Standardized docstrings, improved error handling, and updated type hinting (`str | None` to `Optional[str]`) for the `FileId` class (#652).
11-
1211
- Add Google-style docstrings to `AccountInfo` class and its methods in `account_info.py`.
1312
- Added comprehensive Google-style docstrings to the `Logger` class and all utility functions in `src/hiero_sdk_python/logger/logger.py` (#639).
1413
- add AccountRecordsQuery class
1514
- Transaction bytes serialization support: `Transaction.freeze()`, `Transaction.to_bytes()`, and `Transaction.from_bytes()` methods for offline signing and transaction storage
16-
1715
- docs: Add Google-style docstrings to `ContractId` class and methods in `contract_id.py`.
1816

1917
### Changed
@@ -22,9 +20,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
2220
- chore: Update env.example NETWORK to encourage testnet or local usage (#659)
2321
- chore: fix type hint for TokenCancelAirdropTransaction pending_airdrops parameter
2422
- chore: Moved documentation file `common_issues.md` from `examples/sdk_developers/` to `docs/sdk_developers/` for unified documentation management (#516).
25-
2623
- chore: Refactored the script of examples/custom_fee.py into modular functions
27-
2824
- fix: Replaced `collections.namedtuple` with `typing.NamedTuple` in `client.py` for improved type checking.
2925
- chore: Refactored examples/custom_fee.py into three separate example files.
3026
- Expanded `docs/sdk_developers/checklist.md` with a self-review guide for all pull request submission requirements (#645).
@@ -33,13 +29,12 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
3329

3430

3531
### Fixed
36-
3732
- Added explicit read permissions to examples.yml (#623)
3833
- Removed deprecated Logger.warn() method and legacy parameter swap logic from get_logger() (#673).
3934
- Improved type hinting in `file_append_transaction.py` to resolve 'mypy --strict` errors. ([#495](https://github.com/hiero-ledger/hiero-sdk-python/issues/495))
4035
- fix: Resolve `__eq__` type conflict in `CustomFee` class (#627)
4136
- 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
42-
37+
- Dependabot alerts (version bumps)
4338

4439
### Breaking Changes
4540

0 commit comments

Comments
 (0)