Skip to content

Commit 8a08f76

Browse files
fix(changelog): restore removed lines and update entry
Signed-off-by: undefinedIsMyLife <shinetina169@gmail.com>
1 parent cd07a78 commit 8a08f76

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
77
## [Unreleased]
88

99
### Added
10-
10+
- Add examples/token_create_transaction_pause_key.py example demonstrating token pause/unpause behavior and pause key usage (#820)
1111
### Changed
1212

1313
- Removed duplicate import of transaction_pb2 in transaction.py
@@ -17,12 +17,13 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
1717
## [0.1.9] - 2025-11-26
1818

1919
### Added
20-
- Add `examples/token_create_transaction_pause_key.py` example demonstrating token pause/unpause behavior and pause key usage (#820)
2120

21+
- Removed `actions/checkout@v4` from `bot-verified-commits.yml`
2222
- Add comprehensive documentation for `ReceiptStatusError` in `docs/sdk_developers/training/receipt_status_error.md`
2323
- Add practical example `examples/errors/receipt_status_error.py` demonstrating transaction error handling
2424
- Document error handling patterns and best practices for transaction receipts
25-
25+
- fix `pull_request` to `pull_request_target` in `bot-verified-commits.yml`
26+
- Add more robust receipt checks and removed fallback to `examples/tokens/token_delete_transaction.py`
2627
- Add detail to `token_airdrop.py` and `token_airdrop_cancel.py`
2728
- Add workflow: github bot to respond to unverified PR commits (#750)
2829
- Add workflow: bot workflow which notifies developers of workflow failures in their pull requests.

0 commit comments

Comments
 (0)