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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,21 +7,25 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
7
7
## [Unreleased]
8
8
9
9
### Added
10
+
11
+
- Added `.github/workflows/bot-assignment-check.yml` to limit non-maintainers to 2 concurrent issue assignments.
10
12
- Add examples/tokens/token_create_transaction_pause_key.py example demonstrating token pause/unpause behavior and pause key usage (#833)
11
13
- Added `docs/sdk_developers/training/transaction_lifecycle.md` to explain the typical lifecycle of executing a transaction using the Hedera Python SDK.
12
14
- Add inactivity bot workflow to unassign stale issue assignees (#952)
13
15
### Changed
14
-
-
15
16
16
17
### Fixed
18
+
17
19
-
18
20
19
21
### Breaking Change
22
+
20
23
-
21
24
22
25
## [0.1.10] - 2025-12-03
23
26
24
27
### Added
28
+
25
29
- Added docs/sdk_developers/training/workflow: a training for developers to learn the workflow to contribute to the python SDK.
26
30
- Added Improved NFT allowance deletion flow with receipt-based status checks and strict `SPENDER_DOES_NOT_HAVE_ALLOWANCE` verification.
27
31
- Add `max_automatic_token_associations`, `staked_account_id`, `staked_node_id` and `decline_staking_reward` fields to `AccountUpdateTransaction` (#801)
@@ -41,7 +45,6 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
41
45
- feat: Add string representation method for `CustomFractionalFee` class and update `custom_fractional_fee.py` example.
42
46
- Moved query examples to their respective domain folders to improve structure matching.
43
47
44
-
45
48
### Fixed
46
49
47
50
- fixed workflow: changelog check with improved sensitivity to deletions, additions, new releases
0 commit comments