Skip to content

Commit 0fdd761

Browse files
docs: fix markdown formatting in changelog
Signed-off-by: adityashirsatrao007 <adityashirsatrao007@gmail.com>
1 parent ebeca54 commit 0fdd761

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
1010

1111
- Modularized `transfer_transaction_fungible` example by introducing `account_balance_query()` & `transfer_transaction()`.Renamed `transfer_tokens()``main()`
1212
- Phase 2 of the inactivity-unassign bot:Automatically detects stale open pull requests (no commit activity for 21+ days), comments with a helpful InactivityBot message, closes the stale PR, and unassigns the contributor from the linked issue.
13-
- Added **str**() to CustomFixedFee and updated examples and tests accordingly.
13+
- Added `__str__()` to CustomFixedFee and updated examples and tests accordingly.
1414
- Added unit tests for `crypto_utils` (#993)
1515
- Added a github template for good first issues
1616
- Added `.github/workflows/bot-assignment-check.yml` to limit non-maintainers to 2 concurrent issue assignments.
17-
- Added all missing fields to **str**() method and updated `test_tokem_info.py`
17+
- Added all missing fields to `__str__()` method and updated `test_tokem_info.py`
1818
- Add examples/tokens/token_create_transaction_pause_key.py example demonstrating token pause/unpause behavior and pause key usage (#833)
1919
- Added `docs/sdk_developers/training/transaction_lifecycle.md` to explain the typical lifecycle of executing a transaction using the Hedera Python SDK.
2020
- Add inactivity bot workflow to unassign stale issue assignees (#952)
2121
- Made custom fraction fee end to end
2222
- feat: AccountCreateTransaction now supports both PrivateKey and PublicKey [#939](https://github.com/hiero-ledger/hiero-sdk-python/issues/939)
2323
- Added Acceptance Criteria section to Good First Issue template for better contributor guidance (#997)
24-
- Added **str**() to CustomRoyaltyFee and updated examples and tests accordingly (#986)
24+
- Added `__str__()` to CustomRoyaltyFee and updated examples and tests accordingly (#986)
2525
- Restore bug and feature request issue templates (#996)(https://github.com/hiero-ledger/hiero-sdk-python/issues/996)
2626
- Support selecting specific node account ID(s) for queries and transactions and added `Network._get_node()` with updated execution flow (#362)
2727
- Add TLS support with two-stage control (`set_transport_security()` and `set_verify_certificates()`) for encrypted connections to Hedera networks. TLS is enabled by default for hosted networks (mainnet, testnet, previewnet) and disabled for local networks (solo, localhost) (#855)

0 commit comments

Comments
 (0)