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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,10 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
8
8
9
9
### Added
10
10
- 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.
11
+
- Added __str__() to CustomFixedFee and updated examples and tests accordingly.
11
12
- Added a github template for good first issues
12
13
- Added `.github/workflows/bot-assignment-check.yml` to limit non-maintainers to 2 concurrent issue assignments.
14
+
- Added all missing fields to __str__() method and updated `test_tokem_info.py`
13
15
- Add examples/tokens/token_create_transaction_pause_key.py example demonstrating token pause/unpause behavior and pause key usage (#833)
14
16
- Added `docs/sdk_developers/training/transaction_lifecycle.md` to explain the typical lifecycle of executing a transaction using the Hedera Python SDK.
15
17
- Add inactivity bot workflow to unassign stale issue assignees (#952)
@@ -20,6 +22,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
20
22
21
23
### Fixed
22
24
- Fixed inactivity bot workflow not checking out repository before running (#964)
0 commit comments