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
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,21 +7,28 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
7
7
## [Unreleased]
8
8
9
9
### Added
10
+
10
11
- Add examples/tokens/token_create_transaction_pause_key.py example demonstrating token pause/unpause behavior and pause key usage (#833)
11
12
- Added `docs/sdk_developers/training/transaction_lifecycle.md` to explain the typical lifecycle of executing a transaction using the Hedera Python SDK.
12
13
- Add inactivity bot workflow to unassign stale issue assignees (#952)
14
+
- feat: Allow `add_hbar_transfer`, `add_approved_hbar_transfer`, and internal `_add_hbar_transfer` to accept `Hbar` objects in addition to raw tinybar integers, with internal normalization to tinybars. Added tests validating the new behavior.
15
+
13
16
### Changed
17
+
14
18
-
15
19
16
20
### Fixed
21
+
17
22
-
18
23
19
24
### Breaking Change
25
+
20
26
-
21
27
22
28
## [0.1.10] - 2025-12-03
23
29
24
30
### Added
31
+
25
32
- Added docs/sdk_developers/training/workflow: a training for developers to learn the workflow to contribute to the python SDK.
26
33
- Added Improved NFT allowance deletion flow with receipt-based status checks and strict `SPENDER_DOES_NOT_HAVE_ALLOWANCE` verification.
27
34
- Add `max_automatic_token_associations`, `staked_account_id`, `staked_node_id` and `decline_staking_reward` fields to `AccountUpdateTransaction` (#801)
@@ -30,8 +37,8 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
30
37
- Added `.github/workflows/merge-conflict-bot.yml` to automatically detect and notify users of merge conflicts in Pull Requests.
31
38
- Added `.github/workflows/bot-office-hours.yml` to automate the Weekly Office Hour Reminder.
32
39
- feat: Implement account creation with EVM-style alias transaction example.
33
-
- Added validation logic in `.github/workflows/pr-checks.yml` to detect when no new changelog entries are added under [Unreleased]
34
-
-feat: Allow `add_hbar_transfer`, `add_approved_hbar_transfer`, and internal `_add_hbar_transfer` to accept `Hbar` objects in addition to raw tinybar integers, with internal normalization to tinybars. Added tests validating the new behavior.
40
+
- Added validation logic in `.github/workflows/pr-checks.yml` to detect when no new changelog entries are added under [Unreleased].
41
+
-Support for message chunking in `TopicSubmitMessageTransaction`.
35
42
36
43
### Changed
37
44
@@ -41,7 +48,6 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
41
48
- feat: Add string representation method for `CustomFractionalFee` class and update `custom_fractional_fee.py` example.
42
49
- Moved query examples to their respective domain folders to improve structure matching.
43
50
44
-
45
51
### Fixed
46
52
47
53
- fixed workflow: changelog check with improved sensitivity to deletions, additions, new releases
0 commit comments